7 lines
		
	
	
	
		
			153 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			153 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| derivation {
 | |
|   name = "gc-runtime";
 | |
|   system = "@system@";
 | |
|   builder = "@shell@";
 | |
|   args = ["-e" "-x" ./gc-runtime.builder.sh];
 | |
|   PATH = "@testPath@";
 | |
| }
 |