summaryrefslogtreecommitdiff
path: root/system-profiles/core
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles/core')
-rw-r--r--system-profiles/core/default.nix4
1 files changed, 2 insertions, 2 deletions
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 @@
1{ flake, flakeInputs, home-manager, path, hostName, config, options, lib, pkgs, customUtils, ... }: 1{ flake, flakeInputs, home-manager, path, hostName, config, options, lib, pkgs, utils, customUtils, ... }:
2 2
3with lib; 3with lib;
4 4
@@ -162,7 +162,7 @@ in {
162 systemd.user.startServices = "sd-switch"; 162 systemd.user.startServices = "sd-switch";
163 } 163 }
164 ]; 164 ];
165 extraSpecialArgs = { inherit flake flakeInputs path; hostConfig = config; }; 165 extraSpecialArgs = { inherit flake flakeInputs path utils customUtils; hostConfig = config; };
166 }; 166 };
167 167
168 sops = mkIf hasSops { 168 sops = mkIf hasSops {