Add Alejandra for Nix formatting

This commit is contained in:
Bill Ewanick 2025-07-26 02:29:20 -04:00
parent 45bbaf8e23
commit b412772223

View file

@ -57,6 +57,8 @@
devshells.default = {
packages = with pkgs; [
cowsay
alejandra
];
};
@ -85,9 +87,8 @@
treefmt = {
programs = {
alejandra.enable = true;
mdformat.enable = true;
nixfmt.enable = true;
nixfmt.package = pkgs.nixfmt-rfc-style;
prettier.enable = true;
prettier.excludes = [ "*.md" ];
stylish-haskell.enable = true;