flake: provide formatter in default shell

This commit is contained in:
Frothy 2024-03-24 09:31:50 -04:00
parent dbe7baee15
commit 315f44c6d6

View file

@ -46,7 +46,7 @@
default = self'.devShells.lsp; default = self'.devShells.lsp;
nvim-nix = pkgs.mkShell {nativeBuildInputs = [config.packages.nix];}; nvim-nix = pkgs.mkShell {nativeBuildInputs = [config.packages.nix];};
lsp = pkgs.mkShell { lsp = pkgs.mkShell {
nativeBuildInputs = with pkgs; [nil statix deadnix]; nativeBuildInputs = with pkgs; [nil statix deadnix alejandra];
}; };
}; };
}; };