From e5854b98cd759b91c83ba5caa5ff32f274f1dc78 Mon Sep 17 00:00:00 2001 From: isabel Date: Tue, 11 Feb 2025 00:07:00 +0000 Subject: [PATCH] flake-module: change type from lazyAttrsOf raw to lazyAttrsOf deferredModule (#6408) --- flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake-module.nix b/flake-module.nix index c1b07ad0..980fb31e 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -4,7 +4,7 @@ in { options = { flake = flake-parts-lib.mkSubmoduleOptions { homeConfigurations = mkOption { - type = types.lazyAttrsOf types.raw; + type = types.lazyAttrsOf types.deferredModule; default = { }; description = '' Instantiated Home Manager configurations.