flake-module: change type from lazyAttrsOf raw to lazyAttrsOf deferredModule (#6408)
This commit is contained in:
parent
5795f792ab
commit
e5854b98cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue