1
1
Fork 0
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:
Naïm Favier 2022-08-23 14:40:27 +02:00
parent 4c2ff4a0f4
commit ff0b5a778c
No known key found for this signature in database
GPG key ID: 95AFCE8211908325
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}
}
}