7 lines
		
	
	
	
		
			124 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			124 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { system, storePath, hashAlgo }:
 | |
| 
 | |
| derivation {
 | |
|   name = "nar";
 | |
|   builder = ./nar.sh;
 | |
|   inherit system storePath hashAlgo;
 | |
| }
 |