nix-build: print stats on sucessful builds
This commit is contained in:
parent
475a0a54a9
commit
b7bb627f67
|
@ -495,6 +495,7 @@ void mainWrapped(int argc, char * * argv)
|
||||||
|
|
||||||
for (auto & path : outPaths)
|
for (auto & path : outPaths)
|
||||||
std::cout << path << '\n';
|
std::cout << path << '\n';
|
||||||
|
state->printStats();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue