global/programming: use python withPackages and add lsp deps
This commit is contained in:
parent
9cd600b108
commit
26e31bffbd
1 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue