Add binary cache timeout and fallback
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				CI / Check, build and cache Nix flake (push) Successful in 14m19s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	CI / Check, build and cache Nix flake (push) Successful in 14m19s
				
			This commit is contained in:
		@@ -238,6 +238,8 @@ in
 | 
			
		||||
        settings = with lib.my.c.nix; {
 | 
			
		||||
          extra-substituters = cache.substituters;
 | 
			
		||||
          extra-trusted-public-keys = cache.keys;
 | 
			
		||||
          connect-timeout = 5;
 | 
			
		||||
          fallback = true;
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
    })
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user