Eclipse Installer icon

Eclipse Installer 4.36.0,2025-06

Install and update your Eclipse Development Environment

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    eclipse-installer # Eclipse Installer
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    eclipse-installer # Eclipse Installer
  ];
}

Package Definition

{
  "pname": "eclipse-installer",
  "version": "4.36.0,2025-06",
  "src": {
    "url": "https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2025-06/R/eclipse-inst-jre-mac-aarch64.dmg&r=1",
    "sha256": "ab63c4bb8815c18d7b0be455ba7093deb0dfeff0263af8f2f668cb550f3e1493"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Eclipse Installer.app\" && cp -r \"Eclipse Installer.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Install and update your Eclipse Development Environment",
    "homepage": "https://eclipse.org/"
  }
}