Tandem icon

Tandem 2.2.1632,2507318eolkhv78

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