diff --git a/pkgs/by-name/fe/feishin/package.nix b/pkgs/by-name/fe/feishin/package.nix index ad5a61e44302..2b20f13465f0 100644 --- a/pkgs/by-name/fe/feishin/package.nix +++ b/pkgs/by-name/fe/feishin/package.nix @@ -12,6 +12,7 @@ darwin, copyDesktopItems, makeDesktopItem, + nix-update-script, }: let pname = "feishin"; @@ -147,6 +148,8 @@ buildNpmPackage { }) ]; + passthru.updateScript = nix-update-script { }; + meta = { description = "Full-featured Jellyfin, Navidrome, and OpenSubsonic Compatible Music Player"; homepage = "https://github.com/jeffvli/feishin";