global/programming: use python withPackages and add lsp deps

This commit is contained in:
Infinidoge 2024-09-16 01:08:43 -04:00
parent 9cd600b108
commit 26e31bffbd
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -41,8 +41,7 @@ in
nimlsp
# Python
python312
(with python312Packages; [
(python312.withPackages (p: with p; [
black
isort
jupyter
@ -50,9 +49,13 @@ in
nose
pip
pyflakes
pyls-isort
pytest
])
python-lsp-server
python-lsp-ruff
pylsp-rope
pyls-isort
]))
pipenv
ruff