lib: remove anythingConcatLists

This commit is contained in:
Ching Pei Yang 2024-12-22 23:00:26 +01:00 committed by raf
commit 411e641eab
2 changed files with 4 additions and 53 deletions

View file

@ -11,5 +11,5 @@ in {
inherit (typesDag) dagOf;
inherit (typesPlugin) pluginsOpt extraPluginType mkPluginSetupOption luaInline pluginType borderType;
inherit (typesLanguage) diagnostics mkGrammarOption;
inherit (customTypes) anythingConcatLists char hexColor mergelessListOf;
inherit (customTypes) char hexColor mergelessListOf;
}