lib: export lznPluginType

This commit is contained in:
Ching Pei Yang 2024-07-10 00:52:42 +02:00 committed by Pei Yang Ching
parent 434c2e233e
commit 3b67decbb1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
typesCustom = import ./custom.nix {inherit lib;};
in {
inherit (typesDag) dagOf;
inherit (typesPlugin) pluginsOpt extraPluginType mkPluginSetupOption luaInline pluginType;
inherit (typesPlugin) pluginsOpt extraPluginType mkPluginSetupOption luaInline pluginType lznPluginType;
inherit (typesLanguage) diagnostics mkGrammarOption;
inherit (typesCustom) anythingConcatLists char;
}