feat: switch formatter to nixfmt-tree

This commit is contained in:
Iain Learmonth 2025-07-03 21:33:22 +01:00
parent 0e8d08d0c5
commit ed0b0480e6

View file

@ -89,6 +89,6 @@
) { } supportedSystems; ) { } supportedSystems;
} }
// flake-utils.lib.eachSystem supportedSystems (system: { // flake-utils.lib.eachSystem supportedSystems (system: {
formatter = nixpkgs.legacyPackages.${system}.nixfmt-rfc-style; formatter = nixpkgs.legacyPackages.${system}.nixfmt-tree;
}); });
} }