mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 06:52:43 +01: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