Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP jdk: use placeholder for jdk.home #76571

Closed
wants to merge 1 commit into from

Commits on Dec 27, 2019

  1. jdk: use placeholder for jdk.home

    Previously it used non-fixpointed derivation, which brought old derivation
    into closure during overrides.
    
    Fixes https://discourse.nixos.org/t/how-do-you-discover-the-override-attributes-for-a-derivation/5214
    However doesn't fix this same problem for `oraclejdk` and `adoptopenjdk-bin`,
    because those use also self-link for `passthru.jre`.
    danbst committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    203a8d1 View commit details
    Browse the repository at this point in the history