mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
bugfixes
This commit is contained in:
parent
4089bd5f19
commit
5a9cfdeb6e
11 changed files with 128 additions and 37 deletions
|
|
@ -557,7 +557,7 @@ static void installDerivations(Globals & globals,
|
|||
toBeShared[oldStatePath] = newStatePath;
|
||||
}
|
||||
else{ //If not equal, then we do not replace, so we push back (just like the else branch)
|
||||
printMsg(lvlError, format("Installing new state-component component '%1%' with identifier '%2%'") % drvName.name % oldStateIdentifier);
|
||||
printMsg(lvlError, format("Installing new state-component component '%1%' with identifier '%2%'") % drvName.name % newStateIdentifier);
|
||||
allElems.push_back(*i);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue