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, makeDesktopItem,
libxkbcommon, libxkbcommon,
makeWrapper, makeWrapper,
nix-update-script,
openssl, openssl,
pkg-config, pkg-config,
rustPlatform, rustPlatform,
@ -106,6 +107,8 @@ rustPlatform.buildRustPackage rec {
makeWrapper "$out/bin/halloy" "$APP_DIR/MacOS/halloy" makeWrapper "$out/bin/halloy" "$APP_DIR/MacOS/halloy"
''; '';
passthru.updateScript = nix-update-script { };
meta = with lib; { meta = with lib; {
description = "IRC application"; description = "IRC application";
homepage = "https://github.com/squidowl/halloy"; homepage = "https://github.com/squidowl/halloy";