Zight icon

Zight 8.6.0,3589

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