From 2c26072560db8732659393fd31a8c23f95dffc6f Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 18 Jan 2024 05:51:06 +0100 Subject: [PATCH] Fix shell.nix python --- shell.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index 7669e399..1ff04cdd 100644 --- a/shell.nix +++ b/shell.nix @@ -15,9 +15,7 @@ in nodePackages.eas-cli nodePackages.expo-cli dotnet - python - python312Packages.setuptools - python312Packages.pip + (python312.withPackages (ps: with ps; [setuptools pip])) go wgo mediainfo