mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Cleanup error strings rebase
This commit is contained in:
parent
eb460a9529
commit
c7b901fd33
8 changed files with 154 additions and 509 deletions
|
|
@ -137,7 +137,7 @@ DrvInfo::Outputs DrvInfo::queryOutputs(bool withPaths, bool onlyOutputsToInstall
|
|||
return outputs;
|
||||
|
||||
Bindings::iterator i;
|
||||
if (attrs && (i = attrs->find(state->sOutputSpecified)) != attrs->end() && state->forceBool(*i->value, i->pos)) {
|
||||
if (attrs && (i = attrs->find(state->sOutputSpecified)) != attrs->end() && state->forceBool(*i->value, i->pos, "while evaluating the 'outputSpecified' attribute of a derivation")) {
|
||||
Outputs result;
|
||||
auto out = outputs.find(queryOutputName());
|
||||
if (out == outputs.end())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue