mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02: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
|
@ -53,7 +53,7 @@ void processExpr(EvalState & state, const Strings & attrPaths,
|
|||
if (output == okXML)
|
||||
printValueAsXML(state, strict, location, vRes, std::cout, context, noPos);
|
||||
else if (output == okJSON) {
|
||||
printValueAsJSON(state, strict, vRes, v.determinePos(noPos), std::cout, context, false);
|
||||
printValueAsJSON(state, strict, vRes, v.determinePos(noPos), std::cout, context);
|
||||
std::cout << std::endl;
|
||||
} else {
|
||||
if (strict) state.forceValueDeep(vRes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue