nanomq: use nix-update-script

This commit is contained in:
Harinn
2026-03-16 21:32:44 +07:00
parent bd34c3ee3d
commit 8e39e5cfbf
+3
View File
@@ -13,6 +13,7 @@
zeromq,
flex,
bison,
nix-update-script,
# for tests
python3,
@@ -120,6 +121,8 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstallCheck
'';
passthru.updateScript = nix-update-script { };
passthru.tests = {
withInstallChecks = finalAttrs.finalPackage.overrideAttrs (_: {
doInstallCheck = true;