Egnyte icon

Egnyte 1.12.1,2304

Client for the Egnyte cloud storage service

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "egnyte",
  "version": "1.12.1,2304",
  "src": {
    "url": "https://egnyte-cdn.egnyte.com/desktopapp/mac/en-us/1.12.1/Egnyte_1.12.1_2304.dmg",
    "sha256": "a46e13d4ea42580c440369a4f738a799191e9244f100470d8feec2345a5b93e0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Egnyte.app\" && cp -r \"Egnyte.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Client for the Egnyte cloud storage service",
    "homepage": "https://www.egnyte.com/"
  }
}