Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 45c70e496f9c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: bce38f4887bc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 13, 2018

  1. darwin stdenv: fix llvmPackage overrides

    It may seem nice and abstract to just override the default version, but
    that breaks the alias relationship where the original llvmPackages_* is
    no longer in sync. Put another away, modifying the referee rather
    instead of breaking the reference "copy-on-write" is impossible.
    Ericson2314 committed Jun 13, 2018
    Copy the full SHA
    d7895c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41946 from obsidiansystems/darwin-booting-llvm

    darwin stdenv: fix llvmPackages overrides
    Ericson2314 committed Jun 13, 2018
    Copy the full SHA
    bce38f4 View commit details
    Browse the repository at this point in the history