Eclipse Installer icon

Eclipse Installer 4.38,2025-12

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.38,2025-12",
  "src": {
    "url": "https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2025-12/R/eclipse-inst-jre-mac-aarch64.dmg&r=1",
    "sha256": "9a55892a74ee3248acd272a6f33fb4b39a398611244b4ad36db373154cdbdf94"
  },
  "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/"
  }
}