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: b691914be426^
Choose a base ref
...
head repository: NixOS/nix
compare: 901402ed27bc
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 18, 2021

  1. Make the error message for missing outputs more useful

    Don't only show the name of the output, but also the derivation to which
    this output belongs (as otherwise it's very hard to track back what went
    wrong)
    thufschmitt committed Jan 18, 2021
    Copy the full SHA
    b691914 View commit details
    Browse the repository at this point in the history
  2. Fix the error message when a dep is missing

    Fix a mismatch in the errors thrown when a needed output was missing
    from an input derivation that was leading to a wrong and quite misleading error
    message
    thufschmitt committed Jan 18, 2021
    Copy the full SHA
    901402e View commit details
    Browse the repository at this point in the history