zx: set passthru.updateScript

This commit is contained in:
José Ribeiro 2024-08-29 01:15:09 +01:00
parent 217313bf71
commit 4f2695c0a8
No known key found for this signature in database

View File

@ -2,6 +2,7 @@
lib,
buildNpmPackage,
fetchFromGitHub,
nix-update-script,
}:
buildNpmPackage rec {
@ -17,6 +18,8 @@ buildNpmPackage rec {
npmDepsHash = "sha256-HNaREvW8opvxjZWJ7cFrIoF1JELWBemr8VB9DyYdNfA=";
passthru.updateScript = nix-update-script { };
meta = {
description = "Tool for writing scripts using JavaScript";
homepage = "https://github.com/google/zx";