mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Use getStandardError()
This commit is contained in:
parent
bc66a9bbcf
commit
c0c14698a3
3 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue