Thangs Sync icon

Thangs Sync 1.9.1

Secure, 3D-native revision control in the cloud

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "thangs-sync",
  "version": "1.9.1",
  "src": {
    "url": "https://storage.googleapis.com/production-thangs-public/sync/darwin/latest/Thangs%20Sync-1.9.1-mac.zip",
    "sha256": "da4cc7959f46b07780cfbf2c97f364a2096828465e874f24df4499037672d498"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Thangs Sync.app\" && cp -r \"Thangs Sync.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Secure, 3D-native revision control in the cloud",
    "homepage": "https://thangs.com/sync"
  }
}