diff --git a/modules/top-level/output.nix b/modules/top-level/output.nix index d828cd08..13998071 100644 --- a/modules/top-level/output.nix +++ b/modules/top-level/output.nix @@ -251,7 +251,7 @@ in name = "neovim-byte-compiled-${lib.getVersion config.package}"; paths = [ config.package ]; # Required attributes from original neovim package - inherit (config.package) lua; + inherit (config.package) lua meta; nativeBuildInputs = [ helpers.byteCompileLuaHook ]; postBuild = '' # Replace Nvim's binary symlink with a regular file,