Fix #1314
Also, make nix-shell respect --option. (Previously it only passed it along to nix-instantiate and nix-build.)
This commit is contained in:
		
							parent
							
								
									fbe9fe0e75
								
							
						
					
					
						commit
						a7e55151a8
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -196,6 +196,7 @@ int main(int argc, char ** argv) | |||
|                 buildArgs.push_back(arg); | ||||
|                 buildArgs.push_back(args[n + 1]); | ||||
|                 buildArgs.push_back(args[n + 2]); | ||||
|                 settings.set(args[n + 1], args[n + 2]); | ||||
|                 n += 2; | ||||
|             } | ||||
| 
 | ||||
|  | @ -407,7 +408,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; | ||||
|                 env["NIX_BUILD_CORES"] = std::to_string(settings.buildCores); | ||||
| 
 | ||||
|                 auto passAsFile = tokenizeString<StringSet>(get(drv.env, "passAsFile", "")); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue