Fix nix-copy-closure --to
This commit is contained in:
		
							parent
							
								
									0ec7f47b00
								
							
						
					
					
						commit
						7a716ef2a5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -45,7 +45,7 @@ struct LegacySSHStore : public Store
 | 
			
		|||
    ref<Connection> openConnection()
 | 
			
		||||
    {
 | 
			
		||||
        auto conn = make_ref<Connection>();
 | 
			
		||||
        conn->sshConn = master.startCommand("nix-store --serve");
 | 
			
		||||
        conn->sshConn = master.startCommand("nix-store --serve --write");
 | 
			
		||||
        conn->to = FdSink(conn->sshConn->in.get());
 | 
			
		||||
        conn->from = FdSource(conn->sshConn->out.get());
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue