coc-git: add updateScript
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildNpmPackage,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildNpmPackage (finalAttrs: {
|
||||
@@ -23,6 +24,8 @@ buildNpmPackage (finalAttrs: {
|
||||
|
||||
npmBuildScript = "prepare";
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Git integration of coc.nvim";
|
||||
homepage = "https://github.com/neoclide/coc-git";
|
||||
|
||||
Reference in New Issue
Block a user