mirror of
https://github.com/NixOS/nix.git
synced 2025-12-22 00:41:08 +01:00
Revert to copyStore = true for nix-instantiate and nix-env
This commit is contained in:
parent
4c2ff4a0f4
commit
ff0b5a778c
2 changed files with 2 additions and 2 deletions
|
|
@ -947,7 +947,7 @@ static void queryJSON(Globals & globals, std::vector<DrvInfo> & elems, bool prin
|
|||
placeholder.write(nullptr);
|
||||
} else {
|
||||
PathSet context;
|
||||
printValueAsJSON(*globals.state, true, *v, noPos, placeholder, context, false);
|
||||
printValueAsJSON(*globals.state, true, *v, noPos, placeholder, context);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue