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: 9fe0e57d9d5e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3dfd66fb0304
Choose a head ref
  • 7 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. Copy the full SHA
    e3082c3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #49565 from obsidiansystems/release-lib-cleanup

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