syncthing: add update script

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-10-21 09:22:24 +02:00
parent a5e6a9e979
commit 9c674482d6
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -3,10 +3,10 @@
, buildGoModule
, stdenv
, lib
, procps
, fetchFromGitHub
, nixosTests
, autoSignDarwinBinariesHook
, nix-update-script
}:
let
@ -57,8 +57,11 @@ let
inherit postInstall;
passthru.tests = {
inherit (nixosTests) syncthing syncthing-init syncthing-relay;
passthru = {
tests = {
inherit (nixosTests) syncthing syncthing-init syncthing-relay;
};
updateScript = nix-update-script { };
};
meta = {