feat(flake): add nixfmt-tree formatter

This commit is contained in:
2025-06-03 23:47:58 +03:00
parent 91bb55c48f
commit 93debfb780

View File

@@ -84,5 +84,7 @@
forEachHost = fn: lib.mergeAttrsList (map fn hostnames);
in {
nixosConfigurations = forEachHost makeSystem;
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-tree;
};
}