Propagate NIX_BUILD_CORES to nix-shell environments
This commit is contained in:
		
							parent
							
								
									d8ff3aaae7
								
							
						
					
					
						commit
						f12a048a05
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -406,6 +406,7 @@ int main(int argc, char ** argv) | |||
| 
 | ||||
|                 env["NIX_BUILD_TOP"] = env["TMPDIR"] = env["TEMPDIR"] = env["TMP"] = env["TEMP"] = tmp; | ||||
|                 env["NIX_STORE"] = store->storeDir; | ||||
|                 env["NIX_BUILD_CORES"] = settings.buildCores; | ||||
| 
 | ||||
|                 for (auto & var : drv.env) | ||||
|                     env[var.first] = var.second; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue