Sync icon

Sync 2.2.58

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.58",
  "src": {
    "url": "https://www10.sync.com/download/apple/Sync-2.2.58.dmg",
    "sha256": "94a75a4c0f5033dc8b60e723f10135708d965922cb453da3bfcfdaff1b913028"
  },
  "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/"
  }
}