mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Merge branch 'fix/dry-run-partially' of https://github.com/dtzWill/nix
This commit is contained in:
commit
de4c03d201
3 changed files with 55 additions and 0 deletions
|
@ -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]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue