nix-store --import: Fix importing unsigned paths
This commit is contained in:
		
							parent
							
								
									e321551d54
								
							
						
					
					
						commit
						56e19d970d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -724,7 +724,7 @@ static void opImport(Strings opFlags, Strings opArgs)
 | 
			
		|||
    if (!opArgs.empty()) throw UsageError("no arguments expected");
 | 
			
		||||
 | 
			
		||||
    FdSource source(STDIN_FILENO);
 | 
			
		||||
    Paths paths = store->importPaths(source, 0);
 | 
			
		||||
    Paths paths = store->importPaths(source, nullptr, true);
 | 
			
		||||
 | 
			
		||||
    for (auto & i : paths)
 | 
			
		||||
        cout << format("%1%\n") % i << std::flush;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue