From dedbe5e9db0853b4221407de860c69f727262a89 Mon Sep 17 00:00:00 2001 From: Samuel Cobb Date: Sat, 6 Jun 2026 00:56:01 +0100 Subject: [PATCH] feat(rust): export properly --- lib/types/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types/default.nix b/lib/types/default.nix index 57fb43fe..d4247df9 100644 --- a/lib/types/default.nix +++ b/lib/types/default.nix @@ -11,6 +11,6 @@ in { inherit (typesDag) dagOf; inherit (typesPlugin) pluginsOpt extraPluginType mkPluginSetupOption luaInline pluginType borderType; inherit (typesLanguage) diagnostics mkGrammarOption mkTreesitterGrammarOption; - inherit (typesLsp) mkLspPresetEnableOption; + inherit (typesLsp) mkLspPresetEnableOption mkLspPresetEnableOptionWithDesc; inherit (customTypes) char hexColor mergelessListOf deprecatedSingleOrListOf enumWithRename; }