diff --git a/flake.nix b/flake.nix index 8a0025f..82ce5b7 100644 --- a/flake.nix +++ b/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 = ''