Skip to content

Commit

Permalink
nixpkgs-python: follow nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Apr 2, 2024
1 parent 621bc76 commit e5bf2a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/python/devenv.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
inputs:
nixpkgs-python:
url: github:cachix/nixpkgs-python
url: github:cachix/nixpkgs-python
inputs:
nixpkgs:
follows: nixpkgs
1 change: 1 addition & 0 deletions src/modules/languages/python.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ let
name = "nixpkgs-python";
url = "github:cachix/nixpkgs-python";
attribute = "languages.python.version";
follows = [ "nixpkgs" ];
};

initVenvScript = pkgs.writeShellScript "init-venv.sh" ''
Expand Down

0 comments on commit e5bf2a5

Please sign in to comment.