Fixup fetchPipMetadata shell.nix

This commit is contained in:
Vincent Vanlaer 2023-08-13 19:24:21 +02:00 committed by DavHau
parent ecffc169c3
commit c88ea06677

View File

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