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: 61464478427c
Choose a base ref
...
head repository: NixOS/nix
compare: 3c75ddc16b05
Choose a head ref
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Aug 7, 2020

  1. Copy the full SHA
    2ffc058 View commit details
    Browse the repository at this point in the history
  2. nix build (and others): Force re-evaluation of cached errors

    Fixes #3872.
    
    This is a bit hacky. Ideally we would automatically re-evaluate the
    failed attribute iff we need to print the error message (so in
    commands like 'nix search' we wouldn't re-evaluate because we're
    suppressing errors).
    edolstra committed Aug 7, 2020
    Copy the full SHA
    3c75ddc View commit details
    Browse the repository at this point in the history