halloy: add updateScript

This commit is contained in:
Adam C. Stephens 2025-03-25 13:41:48 -04:00
parent d87463e5ad
commit 512af6d2dd
No known key found for this signature in database

View file

@ -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";