Tandem icon

Tandem 2.2.1622,241113552emajbu

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