diff options
| author | Mel <einebeere@gmail.com> | 2025-02-10 22:38:54 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2025-02-10 22:48:15 +0100 |
| commit | 901054a7031fc3420e2a6d04b6ac101db15f1a7f (patch) | |
| tree | 4c58f3f4280c1dd627c692b59e66e6ea8196ec7e /modules/common.nix | |
| parent | 45350fab4dab4768ac5066b7a9d8caa24518f483 (diff) | |
| download | minerals-901054a7031fc3420e2a6d04b6ac101db15f1a7f.tar.zst minerals-901054a7031fc3420e2a6d04b6ac101db15f1a7f.zip | |
Revert "Pin Python packages, add pip and setuptools to default Python module list"
This reverts commit e95389009b8fa7631c7cb9e4ea7e86b99538dc6f. Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 4 |
1 files changed, 1 insertions, 3 deletions
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 ]); |
