Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/types.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a proper substSubModules is a little more complex than just re-using the elem-type's

;
};

# Describes an boolean-like integer flag that is either 0 or 1
Expand Down