From dbd41590028d9ea752b48e04db47c2c97bb377cd Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 26 Feb 2024 12:42:09 -0600 Subject: [PATCH] add back python w/pip --- modules/langs/python.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/langs/python.nix b/modules/langs/python.nix index 22c8b87..3b8583f 100644 --- a/modules/langs/python.nix +++ b/modules/langs/python.nix @@ -24,7 +24,7 @@ in { exec ${python}/bin/python "$@" '') - # (python3.withPackages (ps: with ps; [pip])) + (python3.withPackages (ps: with ps; [pip])) micromamba ]; };