Tandem icon

Tandem 2.2.1626,2412202djh76n7e

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