Replace $NIX_DEBUG_SUBST with an option ‘debug-subst’

Thus passing ‘--option debug-subst 1’ allows daemon users to turn on
debug info and see what the substituter is doing.
This commit is contained in:
Eelco Dolstra 2013-06-07 15:35:54 +02:00
parent 24e063efdc
commit 24a356bf71
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ my $didExpiration = 0;
my $showAfter = 5; # show that we're waiting for a request after this many seconds
my $debug = ($ENV{"NIX_DEBUG_SUBST"} // "") eq 1;
my $debug = ($Nix::Config::config{"debug-subst"} // "") eq 1 || ($Nix::Config::config{"untrusted-debug-subst"} // "") eq 1;
my $cacheFileURLs = ($ENV{"_NIX_CACHE_FILE_URLS"} // "") eq 1; # for testing