feat: allow openStruct for `runtime`.
This allows adding `nvimRequireCheck` for your runtime.dev
parent
1b2ddaffb6
commit
f343d0eb15
|
|
@ -7,7 +7,7 @@
|
||||||
in rec {
|
in rec {
|
||||||
# The runtime object
|
# The runtime object
|
||||||
runtimeType = with yants;
|
runtimeType = with yants;
|
||||||
struct "runtime" {
|
openStruct "runtime" {
|
||||||
# The version of the runtime
|
# The version of the runtime
|
||||||
version = option string;
|
version = option string;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue