Zight icon

Zight 8.7.2,3615

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.7.2,3615",
  "src": {
    "url": "https://downloads.zight.com/mac/Zight-8.7.2.3615.zip",
    "sha256": "b64dfcbf9ab1a0b90f0346d7815f5547510d4e7cd9b3945ef62fc72c5663f40b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Zight.app\" && cp -r \"Zight.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Visual communication platform",
    "homepage": "https://zight.com/"
  }
}