mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
Fix BuildResult.toString() for NoSubstituters
This commit is contained in:
parent
f3a6de6ba9
commit
62cacc371f
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ struct BuildResult
|
|||
case LogLimitExceeded: return "LogLimitExceeded";
|
||||
case NotDeterministic: return "NotDeterministic";
|
||||
case ResolvesToAlreadyValid: return "ResolvesToAlreadyValid";
|
||||
case NoSubstituters: return "NoSubstituters";
|
||||
default: return "Unknown";
|
||||
};
|
||||
}();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue