diff --git a/flake.nix b/flake.nix index 8bda6ae..035f773 100644 --- a/flake.nix +++ b/flake.nix @@ -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 [