1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 06:52:43 +01:00

nix-build: print stats on sucessful builds

(cherry picked from commit b7bb627f67)
This commit is contained in:
Graham Christensen 2018-08-31 20:57:07 -04:00 committed by Eelco Dolstra
parent 75a041c36c
commit 958e037a08

View file

@ -495,6 +495,7 @@ void mainWrapped(int argc, char * * argv)
for (auto & path : outPaths)
std::cout << path << '\n';
state->printStats();
}
}