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: d3ee140e9fea
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5233338ad9b0
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 5, 2019

  1. bazel: move configuration file to a proper nix store entry

    Easier to read and maintain
    guibou committed Dec 5, 2019
    Copy the full SHA
    5b9e350 View commit details
    Browse the repository at this point in the history
  2. bazel: remove wrapProgram and move it to system configuration

    This way, custom configurations are all at the same place. Also, user
    may override these settings using the command line.
    guibou committed Dec 5, 2019
    Copy the full SHA
    0cffa85 View commit details
    Browse the repository at this point in the history
  3. bazel: close #70911 by conditionally loading system wide configuration

    Some system may setup global informations (such as bazel cache location)
    in /etc/bazel.bazelrc
    guibou committed Dec 5, 2019
    Copy the full SHA
    1ce0375 View commit details
    Browse the repository at this point in the history
  4. bazel: bazelRC path set by a patch

    In bazel source code change in the future, patch will fail and we'll
    detect the regression sooner.
    guibou committed Dec 5, 2019
    Copy the full SHA
    4fdea73 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Merge pull request #74976 from guibou/bazel_config_file_system

    bazel: take into account system wide bazelrc configuration if it exists
    flokli committed Dec 6, 2019
    Copy the full SHA
    5233338 View commit details
    Browse the repository at this point in the history