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