flake: provide formatter in default shell

This commit is contained in:
Frothy 2024-03-24 09:31:50 -04:00
parent dbe7baee15
commit 315f44c6d6
1 changed files with 1 additions and 1 deletions

View File

@ -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];
};
};
};