Add Alejandra for Nix formatting

Bill Ewanick 2025-07-26 02:29:20 -04:00
parent 50691630d1
commit 784539bf52
1 changed files with 3 additions and 2 deletions

View File

@ -56,6 +56,8 @@
devshells.default = {
packages = with pkgs; [
cowsay
alejandra
];
};
@ -84,9 +86,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;