From e844794e8a75e900e8e3c1dfcbf1c31167af6992 Mon Sep 17 00:00:00 2001 From: alsaiduq-lab Date: Fri, 28 Mar 2025 13:57:05 -0600 Subject: [PATCH] should be good --- modules/python.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/python.nix b/modules/python.nix index 7ffd366..3972d26 100644 --- a/modules/python.nix +++ b/modules/python.nix @@ -25,7 +25,6 @@ matplotlib scipy requests - pip virtualenv ipython six @@ -37,6 +36,7 @@ pillow jedi libcst + pip ]; }; in { @@ -46,7 +46,6 @@ in { config = lib.mkIf config.python.enable { environment.systemPackages = with pkgs; [ pythonEnv - python3Packages.pip isort uv stdenv.cc.cc.lib