mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
* Sync with the trunk.
This commit is contained in:
commit
71dfe4b90b
4 changed files with 12 additions and 4 deletions
|
@ -270,7 +270,6 @@ static DrvInfos filterBySelector(EvalState & state, const DrvInfos & allElems,
|
|||
d = j->first.system == k->second.first.system ? 0 :
|
||||
j->first.system == thisSystem ? 1 :
|
||||
k->second.first.system == thisSystem ? -1 : 0;
|
||||
printMsg(lvlError, format("%1% %2% %3% %4%") % j->first.system % k->second.first.system % thisSystem % d);
|
||||
if (d == 0)
|
||||
d = comparePriorities(state, j->first, k->second.first);
|
||||
if (d == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue