feat: allow openStruct for `runtime`.

This allows adding `nvimRequireCheck` for your runtime.
dev
LeMarsu 2024-12-26 00:54:21 +01:00
parent 1b2ddaffb6
commit f343d0eb15
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
in rec {
# The runtime object
runtimeType = with yants;
struct "runtime" {
openStruct "runtime" {
# The version of the runtime
version = option string;