flake-module: change type from lazyAttrsOf raw to lazyAttrsOf deferredModule (#6408)

This commit is contained in:
isabel 2025-02-11 00:07:00 +00:00 committed by GitHub
parent 5795f792ab
commit e5854b98cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.