diff --git a/lib/types.nix b/lib/types.nix index 150a6604..5ae4ede7 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -54,6 +54,11 @@ rec { right = lib.warn "maybeRaw.nestedTypes: `right` is a deprecated alias for `rawLua`." rawLua; inherit rawLua elemType; }; + inherit (elemType) + getSubModules + getSubOptions + substSubModules + ; }; # Describes an boolean-like integer flag that is either 0 or 1