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

View File

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