From e0830a25406e5dd7f7bc64af1ee7ee295be88ede Mon Sep 17 00:00:00 2001 From: Tobias M Date: Tue, 26 Aug 2025 20:56:10 +0200 Subject: [PATCH] sharkey: Set nix-update-script nix-update can handle pnpm updates. Tested locally for the update from 2025.4.3 to 2025.4.4. --- pkgs/by-name/sh/sharkey/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/sh/sharkey/package.nix b/pkgs/by-name/sh/sharkey/package.nix index 33b3087d9d08..f2aed7b9541d 100644 --- a/pkgs/by-name/sh/sharkey/package.nix +++ b/pkgs/by-name/sh/sharkey/package.nix @@ -9,6 +9,7 @@ ffmpeg-headless, jemalloc, makeWrapper, + nix-update-script, nodejs, pango, pixman, @@ -154,6 +155,8 @@ stdenv.mkDerivation (finalAttrs: { passthru.tests.sharkey = nixosTests.sharkey; + passthru.updateScript = nix-update-script { }; + meta = { description = "Sharkish microblogging platform"; homepage = "https://joinsharkey.org";