mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-08 22:45:30 +00:00
lib: stylistic cleanups
This commit is contained in:
parent
d35d5aded5
commit
91323800c2
1 changed files with 5 additions and 10 deletions
|
|
@ -1,11 +1,6 @@
|
||||||
args: let
|
args: {
|
||||||
typesDag = import ./dag.nix args;
|
inherit (import ./dag.nix args) dagOf;
|
||||||
typesPlugin = import ./plugins.nix args;
|
inherit (import ./plugins.nix args) pluginsOpt extraPluginType mkPluginSetupOption luaInline pluginType borderType;
|
||||||
typesLanguage = import ./languages.nix args;
|
inherit (import ./languages.nix args) diagnostics mkGrammarOption;
|
||||||
customTypes = import ./custom.nix args;
|
inherit (import ./custom.nix args) char hexColor mergelessListOf singleOrListOf;
|
||||||
in {
|
|
||||||
inherit (typesDag) dagOf;
|
|
||||||
inherit (typesPlugin) pluginsOpt extraPluginType mkPluginSetupOption luaInline pluginType borderType;
|
|
||||||
inherit (typesLanguage) diagnostics mkGrammarOption;
|
|
||||||
inherit (customTypes) char hexColor mergelessListOf singleOrListOf;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue