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: 82ca249c924e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 43545032af44
Choose a head ref
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on May 9, 2020

  1. build-bazel-package: switch hash mode to “flat”

    flat hashes can be substituted through hashed-mirrors, while recursive
    hashes can’t. This is especially important for Bazel since the bazel
    fetch dependencies can come from multiple different methods (git,
    http, ftp, etc.). To do this, we create tar archives from the
    output/external directory, which is then extracted to build. All of
    the Bazel hashes are all updated.
    matthewbauer committed May 9, 2020
    Copy the full SHA
    2a8d056 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1e19cc3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Copy the full SHA
    fe48f63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87314 from matthewbauer/bazel-flat

    build-bazel-package: switch hash mode to “flat”
    matthewbauer committed May 11, 2020
    Copy the full SHA
    4354503 View commit details
    Browse the repository at this point in the history