Zight icon

Zight 8.5.2,3488

Visual communication platform

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "zight",
  "version": "8.5.2,3488",
  "src": {
    "url": "https://downloads.zight.com/mac/Zight-8.5.2.3488.zip",
    "sha256": "8cbefaff791555b1c1efa915ba3b2e84ad5702e4eeba9ad9b897aaba5c699012"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Zight.app\" && cp -r \"Zight.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Visual communication platform",
    "homepage": "https://zight.com/"
  }
}