From 977d20917adbd00577fa7340be6e01fe73635675 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 23 Apr 2026 12:34:15 +0200 Subject: ... --- system-profiles/core/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system-profiles/core') diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix index 58d2fe7c..43369f50 100644 --- a/system-profiles/core/default.nix +++ b/system-profiles/core/default.nix @@ -1,4 +1,4 @@ -{ flake, flakeInputs, home-manager, path, hostName, config, options, lib, pkgs, customUtils, ... }: +{ flake, flakeInputs, home-manager, path, hostName, config, options, lib, pkgs, utils, customUtils, ... }: with lib; @@ -162,7 +162,7 @@ in { systemd.user.startServices = "sd-switch"; } ]; - extraSpecialArgs = { inherit flake flakeInputs path; hostConfig = config; }; + extraSpecialArgs = { inherit flake flakeInputs path utils customUtils; hostConfig = config; }; }; sops = mkIf hasSops { -- cgit v1.2.3