mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-30 10:07:33 +03:00
Fixup fetchPipMetadata shell.nix
This commit is contained in:
parent
ecffc169c3
commit
c88ea06677
@ -7,7 +7,7 @@
|
|||||||
python = pkgs.python3;
|
python = pkgs.python3;
|
||||||
package = import ../package.nix {
|
package = import ../package.nix {
|
||||||
inherit lib python;
|
inherit lib python;
|
||||||
inherit (pkgs) git;
|
inherit (pkgs) git nix-prefetch-scripts;
|
||||||
};
|
};
|
||||||
pythonWithDeps = python.withPackages (
|
pythonWithDeps = python.withPackages (
|
||||||
ps:
|
ps:
|
||||||
|
Loading…
Reference in New Issue
Block a user