Loading pkgs/applications/networking/syncthing/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -3,10 +3,10 @@ , buildGoModule , stdenv , lib , procps , fetchFromGitHub , nixosTests , autoSignDarwinBinariesHook , nix-update-script }: let Loading Loading @@ -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/"; Loading Loading
pkgs/applications/networking/syncthing/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -3,10 +3,10 @@ , buildGoModule , stdenv , lib , procps , fetchFromGitHub , nixosTests , autoSignDarwinBinariesHook , nix-update-script }: let Loading Loading @@ -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/"; Loading