mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 04:30:59 +01:00
Before creating multiple derivation - component instances
This commit is contained in:
parent
986a50ac78
commit
9c46444641
9 changed files with 120 additions and 97 deletions
|
|
@ -491,8 +491,7 @@ static void installDerivations(Globals & globals,
|
|||
}
|
||||
|
||||
for (DrvInfos::iterator i = newElems.begin(); i != newElems.end(); ++i)
|
||||
printMsg(lvlInfo,
|
||||
format("installing `%1%'") % i->name);
|
||||
printMsg(lvlInfo, format("installing `%1%'") % i->name);
|
||||
|
||||
if (globals.dryRun) {
|
||||
printMissing(globals.state, newElems);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue