This commit is contained in:
Matt Sturgeon 2025-06-18 23:41:39 +01:00 committed by GitHub
commit 3068cb7171
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,6 +55,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