* Always show what paths we're going to build/download (as in
--dry-run). Maybe there should be an option to turn this on/off?
This commit is contained in:
		
							parent
							
								
									c4f98941ed
								
							
						
					
					
						commit
						5b1052663a
					
				
					 1 changed files with 7 additions and 9 deletions
				
			
		|  | @ -618,10 +618,9 @@ static void installDerivations(Globals & globals, | |||
|         printMsg(lvlInfo, | ||||
|             format("installing `%1%'") % i->name); | ||||
|      | ||||
|     if (globals.dryRun) { | ||||
|         printMissing(globals.state, newElems); | ||||
|         return; | ||||
|     } | ||||
|     printMissing(globals.state, newElems); | ||||
|      | ||||
|     if (globals.dryRun) return; | ||||
| 
 | ||||
|     createUserEnv(globals.state, allElems, | ||||
|         profile, globals.keepDerivations); | ||||
|  | @ -721,10 +720,9 @@ static void upgradeDerivations(Globals & globals, | |||
|         } else newElems.push_back(*i); | ||||
|     } | ||||
|      | ||||
|     if (globals.dryRun) { | ||||
|         printMissing(globals.state, newElems); | ||||
|         return; | ||||
|     } | ||||
|     printMissing(globals.state, newElems); | ||||
|      | ||||
|     if (globals.dryRun) return; | ||||
| 
 | ||||
|     createUserEnv(globals.state, newElems, | ||||
|         globals.profile, globals.keepDerivations); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue