chore(tvix): Add TODO comment for std::ostream in buildDerivation
Change-Id: I1e3b6abd4606d86f00ddaa8e2a1809f51e27126d Reviewed-on: https://cl.tvl.fyi/c/depot/+/1823 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
		
							parent
							
								
									375c1c2a4e
								
							
						
					
					
						commit
						8893c30114
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								third_party/nix/src/libstore/store-api.hh
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								third_party/nix/src/libstore/store-api.hh
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -467,6 +467,7 @@ class Store : public std::enable_shared_from_this<Store>, public Config {
 | 
			
		|||
  /* Build a single non-materialized derivation (i.e. not from an
 | 
			
		||||
     on-disk .drv file). Note that ‘drvPath’ is only used for
 | 
			
		||||
     informational purposes. */
 | 
			
		||||
  // TODO(tazjin): Thread std::ostream through here, too.
 | 
			
		||||
  virtual BuildResult buildDerivation(const Path& drvPath,
 | 
			
		||||
                                      const BasicDerivation& drv,
 | 
			
		||||
                                      BuildMode buildMode) = 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue