more formatting?

This commit is contained in:
Zynh Ludwig 2024-06-28 08:03:01 -07:00
parent 7486f2409b
commit 71f67f08ee

View file

@ -44,7 +44,13 @@
inputs.home-manager.nixosModules.default 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 in
compileSystems compileSystems
[ [