diff --git a/flake.nix b/flake.nix index 2ad148f..cb9c5b8 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ default = self'.devShells.lsp; nvim-nix = pkgs.mkShell {nativeBuildInputs = [config.packages.nix];}; lsp = pkgs.mkShell { - nativeBuildInputs = with pkgs; [nil statix deadnix]; + nativeBuildInputs = with pkgs; [nil statix deadnix alejandra]; }; }; };