wasm-text-gen: add updateScript

This commit is contained in:
dish
2025-11-24 18:38:05 -05:00
parent b5d918fcb2
commit d5b606bac8
@@ -8,6 +8,7 @@
nodejs,
makeBinaryWrapper,
gcc,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "wasm-text-gen";
@@ -58,6 +59,8 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Toolbox for WebAssembly";
homepage = "https://webassembly.js.org";