Tandem icon

Tandem 2.2.1630,250508dxf0xxx99

Virtual office for remote teams

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "tandem",
  "version": "2.2.1630,250508dxf0xxx99",
  "src": {
    "url": "https://download.todesktop.com/200527auaqaacsy/Tandem%202.2.1630%20-%20Build%20250508dxf0xxx99-arm64.dmg",
    "sha256": "0f0e554fc859c4535d94b783a0769299603451379b190bf42a9eef8af64a3d3b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Tandem.app\" && cp -r \"Tandem.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Virtual office for remote teams",
    "homepage": "https://tandem.chat/"
  }
}