diff options
Diffstat (limited to 'system-profiles/core/default.nix')
| -rw-r--r-- | system-profiles/core/default.nix | 4 |
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 | ||
| 3 | with lib; | 3 | with 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 { |
