mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 00:06: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…
Reference in a new issue