diff --git a/overlays/python.nix b/overlays/python.nix index c8fadb4..0746c84 100644 --- a/overlays/python.nix +++ b/overlays/python.nix @@ -1,3 +1,3 @@ final: prev: prev.python310.withPackages - (packages: with packages; [ black pyflakes isort nose pytest ]) + (packages: with packages; [ black pyflakes isort nose pytest python-lsp-server ])