Unverified Commit 9c674482 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

syncthing: add update script

parent a5e6a9e9
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -3,10 +3,10 @@
, buildGoModule
, stdenv
, lib
, procps
, fetchFromGitHub
, nixosTests
, autoSignDarwinBinariesHook
, nix-update-script
}:

let
@@ -57,9 +57,12 @@ let

      inherit postInstall;

      passthru.tests = {
      passthru = {
        tests = {
          inherit (nixosTests) syncthing syncthing-init syncthing-relay;
        };
        updateScript = nix-update-script { };
      };

      meta = {
        homepage = "https://syncthing.net/";