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