For the "stdenv accidentally referring to bootstrap-tools", it seems easier to specify the path that we don't want to depend on, e.g. disallowedRequisites = [ bootstrapTools ];
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			381 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			381 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| source common.sh
 | |
| 
 | |
| RESULT=$TEST_ROOT/result
 | |
| 
 | |
| nix-build -o $RESULT check-reqs.nix -A test1
 | |
| 
 | |
| (! nix-build -o $RESULT check-reqs.nix -A test2)
 | |
| (! nix-build -o $RESULT check-reqs.nix -A test3)
 | |
| (! nix-build -o $RESULT check-reqs.nix -A test4)
 | |
| (! nix-build -o $RESULT check-reqs.nix -A test5)
 | |
| (! nix-build -o $RESULT check-reqs.nix -A test6)
 | |
| 
 | |
| nix-build -o $RESULT check-reqs.nix -A test7
 |