diff --git a/shell.nix b/shell.nix index fd36c733..0bad9242 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,17 @@ { pkgs ? import { } }: pkgs.mkShell { - packages = with pkgs; [ asciidoctor age git jq nixpkgs-fmt rnix-lsp sops ]; + packages = with pkgs; [ + asciidoctor + age + git + jq + nixpkgs-fmt + sops + + # Language servers for various parts of the config that uses a language. + sumneko-lua-language-server + pyright + rnix-lsp + ]; }