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

Commits on Sep 29, 2018

  1. build-bazel-package: prefix bazel with the USER variable

    Bazel computes the default value of output_user_root before parsing the
    flag[0]. The computation of the default value involves getting the $USER
    from the environment. I don't have that variable when building with
    sandbox enabled.
    
    [0]: https://github.com/bazelbuild/bazel/blob/9323c57607d37f9c949b60e293b573584906da46/src/main/cpp/startup_options.cc#L123-L124
    kalbasit committed Sep 29, 2018
    Copy the full SHA
    18aa9b0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    90b7b4a View commit details
    Browse the repository at this point in the history
  3. bazel-watcher: init at 0.5.0

    kalbasit committed Sep 29, 2018
    Copy the full SHA
    86a5535 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Merge pull request #47448 from kalbasit/nixpkgs_add-bazel-watcher

    bazel-watcher: init at 0.5.0
    srhb committed Oct 3, 2018
    Copy the full SHA
    2e38f5f View commit details
    Browse the repository at this point in the history