diff --git a/pkgs/fetchPipMetadata/src/shell.nix b/pkgs/fetchPipMetadata/src/shell.nix index ae486409..b44a9e95 100644 --- a/pkgs/fetchPipMetadata/src/shell.nix +++ b/pkgs/fetchPipMetadata/src/shell.nix @@ -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: