From 41b71d564abd1566493fde0abc6e2e02007ffc8d Mon Sep 17 00:00:00 2001 From: Andrey Golovizin Date: Sat, 8 Feb 2020 11:58:43 +0100 Subject: [PATCH] Remove broken pip hack --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 3d210d7..c980708 100644 --- a/shell.nix +++ b/shell.nix @@ -11,7 +11,7 @@ in name = "strojnadzor-env"; buildInputs = [ pkgs.nodejs - (python.interpreterWithPackages (ps: [ pkgs.python37Packages.pip ])) + python.interpreter ]; shellHook = '' '';