build-remote.pl: Provide defaults for $NIX_CURRENT_LOAD and $NIX_REMOTE_SYSTEMS
This commit is contained in:
		
							parent
							
								
									ad716378dc
								
							
						
					
					
						commit
						ccd4fe5c49
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -48,8 +48,8 @@ my $loadIncreased = 0;
 | 
			
		|||
 | 
			
		||||
my ($localSystem, $maxSilentTime, $printBuildTrace, $buildTimeout) = @ARGV;
 | 
			
		||||
 | 
			
		||||
my $currentLoad = $ENV{"NIX_CURRENT_LOAD"};
 | 
			
		||||
my $conf = $ENV{"NIX_REMOTE_SYSTEMS"};
 | 
			
		||||
my $currentLoad = $ENV{"NIX_CURRENT_LOAD"} // "/run/nix/current-load";
 | 
			
		||||
my $conf = $ENV{"NIX_REMOTE_SYSTEMS"} // "@sysconfdir@/nix/machines";
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
sub openSlotLock {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue