1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-03 02:01:48 +02:00

* Print some progress info during the early GC stages.

This commit is contained in:
Eelco Dolstra 2008-06-13 17:21:20 +00:00
parent 194c66eeeb
commit 30c9f909b2
2 changed files with 9 additions and 1 deletions

View file

@ -912,7 +912,7 @@ void DerivationGoal::haveDerivation()
/* If they are all valid, then we're done. */
if (invalidOutputs.size() == 0) {
if(! forceInputs) {
if(!forceInputs) {
amDone(ecSuccess);
return;
}