nix-instantiate: Allow --dry-run as a synonym for --readonly-mode
--dry-run is more consistent with nix-env and nix-store.
This commit is contained in:
		
							parent
							
								
									e1cf40fa95
								
							
						
					
					
						commit
						a897b58373
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -139,6 +139,8 @@ void run(Strings args) | |||
|             strict = true; | ||||
|         else if (arg == "--repair") | ||||
|             state.repair = true; | ||||
|         else if (arg == "--dry-run") | ||||
|             settings.readOnlyMode = true; | ||||
|         else if (arg[0] == '-') | ||||
|             throw UsageError(format("unknown flag `%1%'") % arg); | ||||
|         else | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue