From e95389009b8fa7631c7cb9e4ea7e86b99538dc6f Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 9 Feb 2025 21:10:53 +0100 Subject: Pin Python packages, add pip and setuptools to default Python module list Signed-off-by: Mel --- modules/common.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/common.nix b/modules/common.nix index bfa71ca..62d5521 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -84,7 +84,6 @@ xorg.xeyes wl-clipboard ripgrep hyperfine parallel fzf bat delta universal-ctags graphviz - python3 uv ruff nodejs_22 deno yarn rustc rustup cargo rustfmt go gopls delve go-task gotags golangci-lint @@ -101,6 +100,9 @@ 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