nix-build: print stats on sucessful builds

This commit is contained in:
Graham Christensen 2018-08-31 20:57:07 -04:00
parent 475a0a54a9
commit b7bb627f67
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

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