Aircall icon

Aircall 3.1.66

Cloud-based call center and phone system software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    aircall # Aircall
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    aircall # Aircall
  ];
}

Package Definition

{
  "pname": "aircall",
  "version": "3.1.66",
  "src": {
    "url": "https://download-electron.aircall.io/Aircall-3.1.66.dmg",
    "sha256": "d61c50d9f3466fe3751abe4945bc45d68cc9f6b71865b8ffa2a9bfd616fdb35b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Aircall.app\" && cp -r \"Aircall.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Cloud-based call center and phone system software",
    "homepage": "https://aircall.io/"
  }
}