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

ghcjs-{7.10, 8.0}: Improve overriding situation #47443

Merged
merged 2 commits into from
Sep 27, 2018

Commits on Sep 27, 2018

  1. ghcjs-{7.10, 8.0}: Make symmetrical

    There's no reason other than misleading branch names to prefer one over
    another.
    Ericson2314 committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    94d12f3 View commit details
    Browse the repository at this point in the history
  2. ghcjs-{7.10, 8.0}: Expose the good .override

    The per-version `default.nix`es just fill in default arguments. It is
    much more useful to have the `.override` from the inner `callPackage`,
    for finer control. Converting the outer `callPackage` to a plain import
    makes the inner one the only one, revealing its `.override`.
    Ericson2314 committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    5ba8458 View commit details
    Browse the repository at this point in the history