mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 12:44:44 +00:00
It put the jre on PATH but left JAVA_HOME alone, so anything consulting that rather than PATH got nothing - and `cs java` will go and fetch a jdk of its own when JAVA_HOME is unset. Assisted-by: Claude Code (Claude Opus 5)