youtube-music: add updateScript

This commit is contained in:
kivuno
2025-08-22 09:47:07 +08:00
committed by Sandro Jäckel
parent 23c2bda6fd
commit f102c789cc

View File

@@ -9,6 +9,7 @@
nodejs,
pnpm,
makeDesktopItem,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -100,6 +101,8 @@ stdenv.mkDerivation (finalAttrs: {
--inherit-argv0
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Electron wrapper around YouTube Music";
homepage = "https://th-ch.github.io/youtube-music/";