forked from lix-project/lix
Tell user to run 'nix log' to get full build logs
This commit is contained in:
parent
a32073e7e8
commit
3ba98ba8f0
|
@ -896,6 +896,8 @@ void DerivationGoal::buildDone()
|
|||
msg += line;
|
||||
msg += "\n";
|
||||
}
|
||||
msg += fmt("For full logs, run '" ANSI_BOLD "nix log %s" ANSI_NORMAL "'.",
|
||||
worker.store.printStorePath(drvPath));
|
||||
}
|
||||
|
||||
if (diskFull)
|
||||
|
|
Loading…
Reference in a new issue