mirror of
https://github.com/NixOS/nix
synced 2025-06-28 09:31:16 +02:00
more fixes
This commit is contained in:
parent
1b5a8db148
commit
13c4dc6532
19 changed files with 239 additions and 231 deletions
|
@ -107,7 +107,7 @@ struct CmdEval : MixJSON, InstallableCommand
|
|||
|
||||
else if (raw) {
|
||||
stopProgressBar();
|
||||
std::cout << *state->coerceToString(noPos, *v, context, "While generating the eval command output");
|
||||
std::cout << *state->coerceToString(noPos, *v, context, "While generating the eval command output: ");
|
||||
}
|
||||
|
||||
else if (json) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue