From f343d0eb15185df9e449dc487da40854fb429881 Mon Sep 17 00:00:00 2001 From: LeMarsu Date: Thu, 26 Dec 2024 00:54:21 +0100 Subject: [PATCH] feat: allow openStruct for `runtime`. This allows adding `nvimRequireCheck` for your runtime. --- lib/types.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types.nix b/lib/types.nix index 58e90f6..acb3bd6 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -7,7 +7,7 @@ in rec { # The runtime object runtimeType = with yants; - struct "runtime" { + openStruct "runtime" { # The version of the runtime version = option string;