This makes all config options self-documenting. Unknown or unparseable config settings and --option flags now cause a warning.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #! @ENV_PROG@ nix-shell
 | |
| #! nix-shell -I nixpkgs=shell.nix --option build-use-substitutes false
 | |
| #! nix-shell --pure -i bash -p foo bar
 | |
| echo "$(foo) $(bar) $@"
 |