mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
lib/types: maybeRaw
should propagate elemType
's sub-options
This commit is contained in:
parent
4e2a022165
commit
67c6e8d59f
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ rec {
|
||||||
right = lib.warn "maybeRaw.nestedTypes: `right` is a deprecated alias for `rawLua`." rawLua;
|
right = lib.warn "maybeRaw.nestedTypes: `right` is a deprecated alias for `rawLua`." rawLua;
|
||||||
inherit rawLua elemType;
|
inherit rawLua elemType;
|
||||||
};
|
};
|
||||||
|
inherit (elemType)
|
||||||
|
getSubModules
|
||||||
|
getSubOptions
|
||||||
|
substSubModules
|
||||||
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Describes an boolean-like integer flag that is either 0 or 1
|
# Describes an boolean-like integer flag that is either 0 or 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue