mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 05:26:02 +01:00
Remove duplicate "error:"
This commit is contained in:
parent
8bd9ebf52c
commit
c68963eaea
2 changed files with 3 additions and 2 deletions
|
|
@ -31,6 +31,8 @@ struct BuildResult
|
|||
ResolvesToAlreadyValid,
|
||||
NoSubstituters,
|
||||
} status = MiscFailure;
|
||||
|
||||
// FIXME: include entire ErrorInfo object.
|
||||
std::string errorMsg;
|
||||
|
||||
std::string toString() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue