less systemwide python pkgs

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-07-20 01:06:22 +02:00
parent c64ade92b7
commit bbe16598ad

View File

@@ -3,9 +3,7 @@
home = let home = let
python-with-packages = pkgs.python3.withPackages (pp: with pp; [ python-with-packages = pkgs.python3.withPackages (pp: with pp; [
ipython ipython
pipdeptree
requests requests
google google-api-python-client google-auth-httplib2 google-auth-oauthlib
debugpy debugpy
black black
]); ]);