From 9021e4d021845ce86c021e676877217f78a1b217 Mon Sep 17 00:00:00 2001 From: sjcobb Date: Thu, 5 Jun 2025 09:40:56 +0100 Subject: [PATCH] update cmd spec --- lib/languages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/languages.nix b/lib/languages.nix index c4709442..f4ab1cca 100644 --- a/lib/languages.nix +++ b/lib/languages.nix @@ -62,7 +62,7 @@ in { }; cmd = mkOption { - type = nullOr (listOf (oneOf [str luaInline])); + type = nullOr (either luaInline (listOf str)); default = null; description = "Command used to start the LSP server"; };