fix: Allow declaring suboptions under __module.args.dynamic
This commit is contained in:
parent
211518bb61
commit
d35d70d513
|
@ -632,7 +632,7 @@ lib: {
|
|||
};
|
||||
|
||||
dynamic = lib.options.create {
|
||||
type = lib.types.attrs.lazy lib.types.raw;
|
||||
type = lib.types.submodule { freeform = lib.types.attrs.lazy lib.types.raw; };
|
||||
|
||||
${
|
||||
if prefix == []
|
||||
|
|
Loading…
Reference in a new issue