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.33.2",
"src": {
"url": "https://github.com/gathertown/gather-town-desktop-releases/releases/download/v1.33.2/Gather-1.33.2-arm64-mac.zip",
"sha256": "e6ddb8ab468b12426723458a4ec887b926b51523aa4fa4488cd23771437627aa"
},
"installPhase": [
"mkdir -p \"$out/Applications/Gather.app\" && cp -r \"Gather.app\" \"$out/Applications\""
],
"meta": {
"description": "Virtual video-calling space",
"homepage": "https://gather.town/"
}
}
Version History
1.33.2 (NixCasks v4)
12 October 2025, 12:08 1.32.0 (NixCasks v4)
16 May 2025, 00:16 1.28.0 (NixCasks v4)
7 March 2025, 09:14 1.28.0 (NixCasks v3)
5 March 2025, 00:00 1.28.0 (NixCasks v2)
4 March 2025, 23:53 1.25.0 (NixCasks v2)
4 March 2025, 19:10 1.25.0 (NixCasks v1)
24 January 2025, 00:00 1.23.1 (NixCasks v1)
3 January 2025, 00:01 1.22.1 (NixCasks v1)
7 December 2024, 00:00 1.20.0 (NixCasks v1)
22 November 2024, 00:00 1.18.0 (NixCasks v1)
8 November 2024, 21:00