flake: Fix python language server version
This commit is contained in:
parent
1721785d1c
commit
34235a2041
1 changed files with 13 additions and 4 deletions
17
flake.nix
17
flake.nix
|
@ -101,10 +101,19 @@
|
|||
requests
|
||||
|
||||
ipython
|
||||
python-language-server
|
||||
pyls-black
|
||||
pyls-isort
|
||||
pyls-mypy
|
||||
|
||||
python3.withPackages (ppkgs:
|
||||
with pkgs; [
|
||||
python-lsp-server
|
||||
python-lsp-black
|
||||
pyls-isort
|
||||
pyls-mypy
|
||||
rope
|
||||
pyflakes
|
||||
mccabe
|
||||
pycodestyle
|
||||
pydocstyle
|
||||
])
|
||||
]))
|
||||
];
|
||||
shellHook = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue