diff --git a/flake.nix b/flake.nix index 3592f4a..842176e 100644 --- a/flake.nix +++ b/flake.nix @@ -31,6 +31,12 @@ devshell.packages = with pkgs; [ gnumake virtualenv + (pkgs.python3.withPackages (p: [ + # select Python packages here + p.python-lsp-ruff + p.python-lsp-server + p.python-lsp-server.optional-dependencies + ])) ]; }; });