fix(clan/interface): minor fixes
This commit is contained in:
@@ -14,6 +14,7 @@ in
|
|||||||
_prefix = lib.mkOption {
|
_prefix = lib.mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
internal = true;
|
internal = true;
|
||||||
|
visible = false;
|
||||||
default = [ ];
|
default = [ ];
|
||||||
};
|
};
|
||||||
self = lib.mkOption {
|
self = lib.mkOption {
|
||||||
@@ -79,6 +80,8 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
modules = lib.mkOption {
|
modules = lib.mkOption {
|
||||||
|
# Correct type would be `types.attrsOf types.deferredModule` but that allows for
|
||||||
|
# Merging and transforms the value, which add eval overhead.
|
||||||
type = types.attrsOf types.raw;
|
type = types.attrsOf types.raw;
|
||||||
default = { };
|
default = { };
|
||||||
description = ''
|
description = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user