Tandem icon

Tandem 2.2.1628,2504058yq4nzgsy

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