From 71f67f08ee88ff12f4e3210abbf9bcc7f433b7ac Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 28 Jun 2024 08:03:01 -0700 Subject: [PATCH] more formatting? --- flake.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 [