From 901054a7031fc3420e2a6d04b6ac101db15f1a7f Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 10 Feb 2025 22:38:54 +0100 Subject: Revert "Pin Python packages, add pip and setuptools to default Python module list" This reverts commit e95389009b8fa7631c7cb9e4ea7e86b99538dc6f. Signed-off-by: Mel --- modules/common.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/common.nix b/modules/common.nix index 10ab014..2575530 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -96,6 +96,7 @@ ripgrep hyperfine parallel just fzf bat delta eza fd tokei universal-ctags graphviz + python3 uv ruff nodejs_22 deno yarn rustc rustup cargo rustfmt go gopls delve go-task gotags golangci-lint @@ -113,9 +114,6 @@ borgbackup pika-backup prismlauncher xonotic - ]) ++ (with pkgs.python312Packages; [ - (python.withPackages (ps: with ps; [ pip setuptools ])) - setuptools pip uv ruff ]) ++ (with auxiliaryPkgs; [ ghidra ngfx retroarch wine ]); -- cgit 1.4.1