other simplifications. * Use <nix/...> to locate the corepkgs. This allows them to be overriden through $NIX_PATH. * Use bash's pipefail option in the NAR builder so that we don't need to create a temporary file.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			119 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			119 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| assert builtins.pathExists <nix/buildenv.nix>;
 | |
| 
 | |
| import <a.nix> + import <b.nix> + import <c.nix> + import <dir5/c.nix>
 |