Revert "Fixup fetchPipMetadata shell.nix"

This reverts commit c88ea06677.
This commit is contained in:
DavHau 2023-09-03 01:49:48 +02:00
parent 6cc8c3fee2
commit 46f45ab34d

View File

@ -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: