bark-server: add updateScript

This commit is contained in:
Moraxyc
2025-04-19 03:16:35 +08:00
parent c81db5475d
commit 4fb1894f57
+3
View File
@@ -3,6 +3,7 @@
buildGoModule,
fetchFromGitHub,
versionCheckHook,
nix-update-script,
}:
buildGoModule (finalAttrs: {
@@ -50,6 +51,8 @@ buildGoModule (finalAttrs: {
versionCheckHook
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Backend of Bark, an iOS App which allows you to push customed notifications to your iPhone";
homepage = "https://github.com/Finb/bark-server";