From 46f45ab34dec86a01c0ead9fb8af92ef97d452ce Mon Sep 17 00:00:00 2001 From: DavHau Date: Sun, 3 Sep 2023 01:49:48 +0200 Subject: [PATCH] Revert "Fixup fetchPipMetadata shell.nix" This reverts commit c88ea066774be776afe527245f10298a3d0d644c. --- pkgs/fetchPipMetadata/src/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/fetchPipMetadata/src/shell.nix b/pkgs/fetchPipMetadata/src/shell.nix index b44a9e95..ae486409 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 nix-prefetch-scripts; + inherit (pkgs) git; }; pythonWithDeps = python.withPackages ( ps: