Commit c2154d4c84 renamed
"build-use-substitutes" to "use-substitutes", but that broke
"nix-copy-closure --use-substitutes".
		
	
			
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #! @ENV_PROG@ nix-shell
 | |
| #! nix-shell -I nixpkgs=shell.nix --no-substitute
 | |
| #! nix-shell --pure -i bash -p foo bar
 | |
| echo "$(foo) $(bar) $@"
 |