From 035773d54d2b9c0029fc16e16714c7e2f0892a9e Mon Sep 17 00:00:00 2001 From: DavHau Date: Tue, 22 Aug 2023 12:30:03 +0200 Subject: [PATCH] pip: fix devshell --- 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 3f477654..ae486409 100644 --- a/pkgs/fetchPipMetadata/src/shell.nix +++ b/pkgs/fetchPipMetadata/src/shell.nix @@ -1,5 +1,5 @@ { - nixpkgs ? (import ../../../../..).inputs.nixpkgs, + nixpkgs ? (import ../../..).inputs.nixpkgs, system ? builtins.currentSystem, }: let lib = nixpkgs.lib;