Tell user to run 'nix log' to get full build logs

This commit is contained in:
Eelco Dolstra 2021-01-25 17:15:38 +01:00
parent a32073e7e8
commit 3ba98ba8f0

View file

@ -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)