add pylsp to devshell
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M flake.nix → flake.nix
@@ -54,6 +54,7 @@ }; pkgs = import nixpkgs { inherit system; }; python = pkgs.python3; + pyPkgs = pkgs.python3Packages; # Extend generated overlay with build fixups #@@ -99,6 +100,7 @@ uv ]) ++ [ python + pyPkgs.python-lsp-server ]; inputsFrom = [ self.packages.${system}.default ]; env =