From 5c2cdc07d985f103856d86c990254e393be3e739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sat, 20 Aug 2022 14:22:55 +0200 Subject: [PATCH] :rocket: add python-lsp-server by default --- overlays/python.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ])