Rocket.Chat icon

Rocket.Chat 4.10.1

Official desktop client for Rocket.Chat

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    rocket-chat # Rocket.Chat
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    rocket-chat # Rocket.Chat
  ];
}

Package Definition

{
  "pname": "rocket-chat",
  "version": "4.10.1",
  "src": {
    "url": "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/4.10.1/rocketchat-4.10.1-mac.dmg",
    "sha256": "dcfed3e88f91c2cf3262a3ef06d01d9f247f35e2be987bf9aabcac212593ca29"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Rocket.Chat.app\" && cp -r \"Rocket.Chat.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Official desktop client for Rocket.Chat",
    "homepage": "https://rocket.chat/"
  }
}