youtube-music: add updateScript
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
nodejs,
|
nodejs,
|
||||||
pnpm,
|
pnpm,
|
||||||
makeDesktopItem,
|
makeDesktopItem,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
@@ -100,6 +101,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
--inherit-argv0
|
--inherit-argv0
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Electron wrapper around YouTube Music";
|
description = "Electron wrapper around YouTube Music";
|
||||||
homepage = "https://th-ch.github.io/youtube-music/";
|
homepage = "https://th-ch.github.io/youtube-music/";
|
||||||
|
|||||||
Reference in New Issue
Block a user