From badf7aba844967c5d13e01079c12df758715167a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 27 Sep 2026 12:37:52 +0200 Subject: ... --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index fe70dce2..cf029809 100644 --- a/flake.nix +++ b/flake.nix @@ -317,7 +317,7 @@ (inputs: inputs // { inherit userName; }) (outputs: { _file = dir + "/${path}"; } // outputs - // { imports = defaultUserProfiles userName ++ (outputs.imports or []); }); + // { imports = defaultUserProfiles userName ++ (outputs.imports or []); }); mkUserProfile = userName: dir: path: profileName: let @@ -341,7 +341,7 @@ (inputs: inputs // { inherit userName hostName; }) (outputs: { _file = dir + "/${path}"; } // outputs - // { imports = [self.nixosModules.users.${userName} or ({...}: { imports = defaultUserProfiles userName; })] ++ (outputs.imports or []); }); + // { imports = [self.nixosModules.users.${userName} or ({...}: { imports = defaultUserProfiles userName; })] ++ (outputs.imports or []); }); systemsSelector = "x86_64-linux"; systems = filter (system: !(isNull (builtins.match systemsSelector system))) nixpkgs.lib.systems.flakeExposed; -- cgit v1.2.3