Tandem icon

Tandem 2.2.1631,250725c3lvqfp5w

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.1631,250725c3lvqfp5w",
  "src": {
    "url": "https://download.todesktop.com/200527auaqaacsy/Tandem%202.2.1631%20-%20Build%20250725c3lvqfp5w-arm64.dmg",
    "sha256": "a4f60691a6402990920e436cc1368ba5942eb3028d97efc92e06ce15a47eb68c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Tandem.app\" && cp -r \"Tandem.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Virtual office for remote teams",
    "homepage": "https://tandem.chat/"
  }
}