🔧 nixfmt-tree

This commit is contained in:
James Walker 2025-04-08 19:50:13 -04:00
parent 5aaeb78e9c
commit 35b24b54fd
Signed by: walkah
SSH Key Fingerprint: SHA256:f7Gn4jO4BFHZxWfKTTzEAfWz+cLW51IyGFl9MjDyZGI

View File

@ -70,7 +70,7 @@
;
};
devShells = import ./nix/shells.nix { inherit self pkgs system; };
formatter = pkgs.nixfmt-rfc-style;
formatter = pkgs.nixfmt-tree;
}
)
// {