Unverified Commit a646be76 authored by winston's avatar winston
Browse files

gotosocial: add nix-update-script

parent af08d083
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";