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: d1de23b8302d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d9934979f033
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 1, 2018

  1. release-lib: Cache cross nixpkgs evals too

    This will help with release-cross.nix eval time. It also allowed me to
    share code between the cross and native helpers.
    Ericson2314 committed Nov 1, 2018
    1
    Copy the full SHA
    79c713b View commit details
    Browse the repository at this point in the history
  2. release-lib: Fallback on uncached rather than error for unknown cross…

    …System
    
    The `ensureUnaffected` the tests purposefully use an absurd crossSystem.
    Also sheevaplug and pogoplug share the same config.
    Ericson2314 committed Nov 1, 2018
    Copy the full SHA
    24e2bc1 View commit details
    Browse the repository at this point in the history
  3. top-level: libcCrossChooser: More or fallback hack

    This fixes some eval errors in release-cross.nix
    Ericson2314 committed Nov 1, 2018
    Copy the full SHA
    984df7c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ffaffb3 View commit details
    Browse the repository at this point in the history
  5. linux bootstrap tools: Use right system for some raw derivations

    This allows cross builds to work. Evidentallyy this has been done wrong
    since I combined the bootstrap tool creation files in
    ab651d2. Oops!
    Ericson2314 committed Nov 1, 2018
    Copy the full SHA
    f2ed7c7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #49566 from obsidiansystems/release-lib-cleanup

    release-lib: Cache cross nixpkgs evals too, and other fixes, for 18.09
    Ericson2314 committed Nov 1, 2018
    Copy the full SHA
    d993497 View commit details
    Browse the repository at this point in the history