mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
* In an nested with' where the inner with is a variable (
with ...;
with someVar; ...'), the contents of the variable would be clobbered. (The attributes in the outer `with' were added to the variable.)
This commit is contained in:
parent
04c4bd3624
commit
02c1dac909
3 changed files with 15 additions and 7 deletions
|
@ -1089,6 +1089,7 @@ static void opQuery(Globals & globals,
|
|||
|
||||
foreach (vector<DrvInfo>::iterator, i, elems2) {
|
||||
try {
|
||||
startNest(nest, lvlDebug, format("outputting query result `%1%'") % i->attrPath);
|
||||
|
||||
/* For table output. */
|
||||
Strings columns;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue