Commit 3cca832c authored by figsoda's avatar figsoda
Browse files

syncthing-macos: move updateScript to passthru

parent e2ac4bb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  updateScript = nix-update-script { extraArgs = [ "--use-github-releases" ]; };
  passthru.updateScript = nix-update-script { extraArgs = [ "--use-github-releases" ]; };

  meta = {
    description = "Official frugal and native macOS Syncthing application bundle";