diff --git a/pkgs/by-name/ha/halloy/package.nix b/pkgs/by-name/ha/halloy/package.nix index d7828f242201..ebab765aeb55 100644 --- a/pkgs/by-name/ha/halloy/package.nix +++ b/pkgs/by-name/ha/halloy/package.nix @@ -6,6 +6,7 @@ makeDesktopItem, libxkbcommon, makeWrapper, + nix-update-script, openssl, pkg-config, rustPlatform, @@ -106,6 +107,8 @@ rustPlatform.buildRustPackage rec { makeWrapper "$out/bin/halloy" "$APP_DIR/MacOS/halloy" ''; + passthru.updateScript = nix-update-script { }; + meta = with lib; { description = "IRC application"; homepage = "https://github.com/squidowl/halloy";