wast-refmt: add updateScript

This commit is contained in:
dish
2025-11-24 18:38:10 -05:00
parent d5b606bac8
commit d181f1e45f
+3
View File
@@ -8,6 +8,7 @@
nodejs,
makeBinaryWrapper,
gcc,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "wast-refmt";
@@ -59,6 +60,8 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "WAST Reformatter";
homepage = "https://webassembly.js.org";