more formatting?
This commit is contained in:
parent
7486f2409b
commit
71f67f08ee
1 changed files with 7 additions and 1 deletions
|
@ -44,7 +44,13 @@
|
|||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
};
|
||||
compileSystems = systems: lib.right builtins.listToAttrs (map toPartialNixosConfigSet) (map toNixosSystemConfig) systems;
|
||||
compileSystems =
|
||||
systems:
|
||||
lib.right
|
||||
builtins.listToAttrs
|
||||
(map toPartialNixosConfigSet)
|
||||
(map toNixosSystemConfig)
|
||||
systems;
|
||||
in
|
||||
compileSystems
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue