1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 17:51:15 +02:00

Use getStandardError()

This commit is contained in:
Eelco Dolstra 2025-02-17 18:09:59 +01:00
parent bc66a9bbcf
commit c0c14698a3
3 changed files with 3 additions and 3 deletions

View file

@ -2225,7 +2225,7 @@ void LocalDerivationGoal::runChild()
/* Execute the program. This should not return. */
if (drv->isBuiltin()) {
try {
logger = makeJSONLogger(STDERR_FILENO);
logger = makeJSONLogger(getStandardError());
std::map<std::string, Path> outputs;
for (auto & e : drv->outputs)