mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Reduce verbosity in build-remote.pl
This commit is contained in:
parent
71b0a3a86b
commit
9f3eb56b46
3 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,8 @@ binmode STDERR, ":encoding(utf8)";
|
|||
|
||||
my $debug = defined $ENV{NIX_DEBUG_HOOK};
|
||||
|
||||
setVerbosity(0); # make exportPath() less verbose
|
||||
|
||||
|
||||
# General operation:
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue