Remove python packages from system

I should define these in flakes or shell.nix
This commit is contained in:
Andreas Zweili 2023-06-25 13:40:17 +02:00
parent 3fa6c2562e
commit 35b9bd3fde
1 changed files with 0 additions and 9 deletions

View File

@ -14,9 +14,6 @@ in
unstable.nixd # Nix language server
nodejs # needed for ansible-language-server
pandoc
python310
python310Packages.pip
python310Packages.python-lsp-server
ripgrep
silver-searcher
];
@ -110,12 +107,6 @@ in
epkgs.zetteldeft
languagetool
mu # needed for mailing
python310Packages.autopep8
python310Packages.black
python310Packages.flake8
python310Packages.jedi
python310Packages.pip
python310Packages.yapf
rufo # formatter for Ruby
xclip # X11 clipboard from terminal
];