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/hydra
base: 879333fd3ce4
Choose a base ref
...
head repository: NixOS/hydra
compare: c2e2b42877ef
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 7, 2018

  1. Fix broken build.x86_64-linux job (#573)

    The job has been failing since https://hydra.nixos.org/eval/1461286
    with the following error:
    
        hydra-eval-jobs.cc:278:17: error: 'evalSettings' was not declared in this scope
                         evalSettings.restrictEval = true;
                         ^~~~~~~~~~~~
    
    This is likely due to a typo in 0882519 where that line and the
    corresponding comment were moved, and `settings` was changed in that
    one place to `evalSettings`.
    
    I reproduced the error by running `nix-build release.nix -A
    build.x86_64-linux` on my machine, and this small change fixes it.
    jmitchell authored and domenkozar committed Jul 7, 2018
    Copy the full SHA
    c2e2b42 View commit details
    Browse the repository at this point in the history