gotosocial: add nix-update-script

This commit is contained in:
winston 2026-03-05 14:06:19 +01:00
parent af08d083e3
commit a646be7647
No known key found for this signature in database
GPG key ID: 3786770EDBC2B481

View file

@ -7,6 +7,7 @@
yarn,
yarnConfigHook,
nixosTests,
nix-update-script,
}:
buildGo124Module (finalAttrs: {
pname = "gotosocial";
@ -82,6 +83,7 @@ buildGo124Module (finalAttrs: {
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
passthru.tests.gotosocial = nixosTests.gotosocial;
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://gotosocial.org";