diff --git a/default.nix b/default.nix index 92ddec6..5597e70 100644 --- a/default.nix +++ b/default.nix @@ -30,7 +30,7 @@ let else showWarnings rawModule.config.warnings rawModule; in { - inherit (module.config.build) neovim; + inherit (module.config) build; inherit (module) config options; inherit pkgs; }