Aircall icon

Aircall 3.1.18

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.18",
  "src": {
    "url": "https://download-electron.aircall.io/Aircall-3.1.18.dmg",
    "sha256": "b8f5804987d04c1450adb5441c1764ac1e2f8108150520002bc8ace03145ec4e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Aircall.app\" \"$out/Applications/Aircall.app\""
  ],
  "meta": {
    "description": "Cloud-based call center and phone system software",
    "homepage": "https://aircall.io/"
  }
}