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/nix
base: b71e1fb342b2
Choose a base ref
...
head repository: NixOS/nix
compare: 5886bc599653
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 6, 2019

  1. canBuildLocally: check for features

    It could happen that the local builder match the system but lacks some features.
    Now it results a failure.
    The fix gracefully excludes the local builder from the set of available builders for derivation which requires the feature, so the derivation is built on remote builders only (as though it has incompatible system, like ```aarch64-linux``` when local is x86)
    volth committed Mar 6, 2019
    Copy the full SHA
    fff8db2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2710 from volth/patch-6

    canBuildLocally: check for features
    edolstra committed Mar 6, 2019
    Copy the full SHA
    5886bc5 View commit details
    Browse the repository at this point in the history