In particular, drop the "build-" and "gc-" prefixes which are pointless. So now you can say nix build --no-sandbox instead of nix build --no-build-use-sandbox
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #! @ENV_PROG@ nix-shell
 | |
| #! nix-shell -I nixpkgs=shell.nix --option use-substitutes false
 | |
| #! nix-shell --pure -i bash -p foo bar
 | |
| echo "$(foo) $(bar) $@"
 |