From 34235a20414e9f61fbb8c831ffe3d8bf6103c307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Thu, 21 Apr 2022 18:00:09 +0100 Subject: [PATCH] flake: Fix python language server version --- flake.nix | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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 = ''