Gather Town icon

Gather Town 1.37.1

Virtual video-calling space

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    gather # Gather Town
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    gather # Gather Town
  ];
}

Package Definition

{
  "pname": "gather",
  "version": "1.37.1",
  "src": {
    "url": "https://github.com/gathertown/gather-town-desktop-releases/releases/download/v1.37.1/Gather-1.37.1-arm64-mac.zip",
    "sha256": "50ba0fb5fc81ac1ff5b15d383f253a7693cf32d9dc96ffd5896e78e2666e9ee0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gather.app\" && cp -r \"Gather.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Virtual video-calling space",
    "homepage": "https://gather.town/"
  }
}