1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +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

@ -51,7 +51,7 @@ static bool allSupportedLocally(Store & store, const std::set<std::string>& requ
static int main_build_remote(int argc, char * * argv)
{
{
logger = makeJSONLogger(STDERR_FILENO);
logger = makeJSONLogger(getStandardError());
/* Ensure we don't get any SSH passphrase or host key popups. */
unsetenv("DISPLAY");