refactor(flake): discovered function lib.mergeAttrsList, now used in forEachHost
This commit is contained in:
@ -95,7 +95,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
forEachHost = fn: lib.fold lib.mergeAttrs {} (map fn hostnames);
|
forEachHost = fn: lib.mergeAttrsList (map fn hostnames);
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = forEachHost makeSystem;
|
nixosConfigurations = forEachHost makeSystem;
|
||||||
homeConfigurations = forEachHost makeHome;
|
homeConfigurations = forEachHost makeHome;
|
||||||
|
Reference in New Issue
Block a user