expose build instead of neovim

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-05 17:55:47 +03:00
parent ea47c7bbb8
commit cc480dee48
Signed by: pleshevskiy
GPG Key ID: 17041163DA10A9A2

View File

@ -30,7 +30,7 @@ let
else showWarnings rawModule.config.warnings rawModule; else showWarnings rawModule.config.warnings rawModule;
in in
{ {
inherit (module.config.build) neovim; inherit (module.config) build;
inherit (module) config options; inherit (module) config options;
inherit pkgs; inherit pkgs;
} }