6 lines
		
	
	
	
		
			98 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			98 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| with import ./config.nix;
 | |
| 
 | |
| mkDerivation {
 | |
|   name = "timeout";
 | |
|   builder = ./timeout.builder.sh;
 | |
| }
 |