Amazon Chime icon

Amazon Chime 5.23.22271

Communications service

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    amazon-chime # Amazon Chime
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    amazon-chime # Amazon Chime
  ];
}

Package Definition

{
  "pname": "amazon-chime",
  "version": "5.23.22271",
  "src": {
    "url": "https://clients.chime.aws/mac-nme/AmazonChime-5.23.22271.dmg",
    "sha256": "edba5dacb2a0e61a2bc09f64adf752dee9072e7ea59c162d201cea0bd4838f88"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Amazon Chime.app\" \"$out/Applications/Amazon Chime.app\""
  ],
  "meta": {
    "description": "Communications service",
    "homepage": "https://chime.aws/"
  }
}