coc-sh: add updateScript

This commit is contained in:
dish
2025-11-24 18:27:40 -05:00
parent ad55d29a7e
commit e20f3512a1
+3
View File
@@ -2,6 +2,7 @@
lib,
buildNpmPackage,
fetchFromGitHub,
nix-update-script,
}:
buildNpmPackage (finalAttrs: {
@@ -22,6 +23,8 @@ buildNpmPackage (finalAttrs: {
npmDepsHash = "sha256-N8bXRtTEKu9yuUnfv4oIokM74KWnqfTLVh5EvS0b1sw=";
passthru.updateScript = nix-update-script { };
meta = {
description = "bash-language-server for coc.nvim";
homepage = "https://github.com/josa42/coc-sh";