7 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| derivation {
 | |
|   name = "fall-back";
 | |
|   system = "@system@";
 | |
|   builder = "@shell@";
 | |
|   args = ["-e" "-x" ./simple.builder.sh];
 | |
|   goodPath = "@testPath@";
 | |
| }
 |