Sync icon

Sync 2.2.60

Store, share and access files from anywhere

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    sync # Sync
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    sync # Sync
  ];
}

Package Definition

{
  "pname": "sync",
  "version": "2.2.60",
  "src": {
    "url": "https://www10.sync.com/download/apple/Sync-2.2.60.dmg",
    "sha256": "4140c5fd9c6fb748329b43986113bafe71b6073bd844590167ab8c7d1651a1cf"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Sync.app\" && cp -r \"Sync.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Store, share and access files from anywhere",
    "homepage": "https://www.sync.com/"
  }
}