From cc480dee483f54ca49600d34ee6921dc8efaf819 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 5 May 2024 17:55:47 +0300 Subject: [PATCH] expose build instead of neovim --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }