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: 591d8c7a195f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 893bf70a1cfe
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 26, 2018

  1. linux bootstrap: remove assertion failure from dev, fixes 'nix eval'

    As in:
    
    $ nix eval -f . bash
    
    Also remove the glibc propagation inherit that made these necessary,
    stages handle propagating libc themselves (apparently) and
    AFAICT no hashes are changed as a result of this.
    dtzWill committed Apr 26, 2018
    Copy the full SHA
    f31b147 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39562 from dtzWill/fix/bootstrap-assert-eval

    linux bootstrap: remove assertion failure from dev, fixes 'nix eval'
    Ericson2314 committed Apr 26, 2018
    Copy the full SHA
    893bf70 View commit details
    Browse the repository at this point in the history