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