ZXPInstaller icon

ZXPInstaller 1.8.2

Adobe extensions installer

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "zxpinstaller",
  "version": "1.8.2",
  "src": {
    "url": "https://github.com/elements-storage/ZXPInstaller/releases/download/v1.8.2/ZXPInstaller-1.8.2.dmg",
    "sha256": "0d42ee30105096529bc89394c67733069c56b2139fd09dea69944d7e188f0972"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ZXPInstaller.app\" && cp -r \"ZXPInstaller.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Adobe extensions installer",
    "homepage": "https://zxpinstaller.com/"
  }
}