expose build instead of neovim
This commit is contained in:
parent
ea47c7bbb8
commit
cc480dee48
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue