mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
printStats -> maybePrintStats
This commit is contained in:
parent
f95364a803
commit
c32084a12c
6 changed files with 6 additions and 6 deletions
|
@ -344,7 +344,7 @@ static void main_nix_build(int argc, char * * argv)
|
|||
}
|
||||
}
|
||||
|
||||
state->printStats();
|
||||
state->maybePrintStats();
|
||||
|
||||
auto buildPaths = [&](const std::vector<DerivedPath> & paths) {
|
||||
/* Note: we do this even when !printMissing to efficiently
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue