feat(flake): add nixfmt-tree formatter
This commit is contained in:
@@ -84,5 +84,7 @@
|
|||||||
forEachHost = fn: lib.mergeAttrsList (map fn hostnames);
|
forEachHost = fn: lib.mergeAttrsList (map fn hostnames);
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = forEachHost makeSystem;
|
nixosConfigurations = forEachHost makeSystem;
|
||||||
|
|
||||||
|
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-tree;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user