mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Tell user to run 'nix log' to get full build logs
This commit is contained in:
parent
a32073e7e8
commit
3ba98ba8f0
1 changed files with 2 additions and 0 deletions
|
@ -896,6 +896,8 @@ void DerivationGoal::buildDone()
|
||||||
msg += line;
|
msg += line;
|
||||||
msg += "\n";
|
msg += "\n";
|
||||||
}
|
}
|
||||||
|
msg += fmt("For full logs, run '" ANSI_BOLD "nix log %s" ANSI_NORMAL "'.",
|
||||||
|
worker.store.printStorePath(drvPath));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (diskFull)
|
if (diskFull)
|
||||||
|
|
Loading…
Reference in a new issue