From a68d2daa11326336766c208597152caaca08796e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 9 Dec 2023 12:34:05 +0100 Subject: bump --- system-profiles/core/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system-profiles') diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix index 67d50606..0859d707 100644 --- a/system-profiles/core/default.nix +++ b/system-profiles/core/default.nix @@ -1,4 +1,4 @@ -{ flake, flakeInputs, path, hostName, config, lib, pkgs, customUtils, ... }: +{ flake, flakeInputs, home-manager, path, hostName, config, lib, pkgs, customUtils, ... }: with lib; @@ -7,8 +7,8 @@ let userProfileSet = customUtils.types.attrNameSet (zipAttrs (attrValues flake.nixosModules.userProfiles)); hasSops = config.sops.secrets != {}; in { - imports = with flakeInputs; - [ sops-nix.nixosModules.sops + imports = + [ flakeInputs.sops-nix.nixosModules.sops home-manager.nixosModules.home-manager ]; -- cgit v1.2.3