diff --git a/pkgs/by-name/du/dunst/package.nix b/pkgs/by-name/du/dunst/package.nix index 3e91f374e327..e37b9df29274 100644 --- a/pkgs/by-name/du/dunst/package.nix +++ b/pkgs/by-name/du/dunst/package.nix @@ -24,6 +24,7 @@ xorgproto, librsvg, testers, + nix-update-script, withX11 ? true, withWayland ? true, }: @@ -98,7 +99,12 @@ stdenv.mkDerivation (finalAttrs: { --replace-fail "jq" "${lib.getExe jq}" ''; - passthru.tests.version = testers.testVersion { package = finalAttrs.finalPackage; }; + passthru = { + tests.version = testers.testVersion { + package = finalAttrs.finalPackage; + }; + updateScript = nix-update-script { }; + }; meta = with lib; { description = "Lightweight and customizable notification daemon";