Add Alejandra for Nix formatting

main
Bill Ewanick 2025-07-26 02:29:20 -04:00
parent 45bbaf8e23
commit b412772223
1 changed files with 3 additions and 2 deletions

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;