mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 09:04:37 +03:00
Revert "Fixup fetchPipMetadata shell.nix"
This reverts commit c88ea06677
.
This commit is contained in:
parent
6cc8c3fee2
commit
46f45ab34d
@ -7,7 +7,7 @@
|
||||
python = pkgs.python3;
|
||||
package = import ../package.nix {
|
||||
inherit lib python;
|
||||
inherit (pkgs) git nix-prefetch-scripts;
|
||||
inherit (pkgs) git;
|
||||
};
|
||||
pythonWithDeps = python.withPackages (
|
||||
ps:
|
||||
|
Loading…
Reference in New Issue
Block a user