Merge branch 'fix/dry-run-partially' of https://github.com/dtzWill/nix

This commit is contained in:
Eelco Dolstra
2018-02-22 12:18:20 +01:00
3 changed files with 55 additions and 0 deletions
+2
View File
@@ -52,6 +52,8 @@ struct CmdBuild : MixDryRun, InstallablesCommand
{
auto buildables = build(store, dryRun ? DryRun : Build, installables);
if (dryRun) return;
for (size_t i = 0; i < buildables.size(); ++i) {
auto & b(buildables[i]);