mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-14 00:16:33 +01:00
gotosocial: add nix-update-script
This commit is contained in:
parent
af08d083e3
commit
a646be7647
1 changed files with 2 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue