docs(tvix/glue): fix docstring
This is not an unclosed <html> tag. Change-Id: I2bd2426fc600de2d96dbab47743f1c7bd5fed35e Reviewed-on: https://cl.tvl.fyi/c/depot/+/10398 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: edef <edef@edef.eu>
This commit is contained in:
		
							parent
							
								
									ca0a8f5603
								
							
						
					
					
						commit
						6838dc3fff
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -5,7 +5,7 @@ pub mod tvix_build;
 | 
				
			||||||
pub mod tvix_io;
 | 
					pub mod tvix_io;
 | 
				
			||||||
pub mod tvix_store_io;
 | 
					pub mod tvix_store_io;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/// Tell the Evaluator to resolve <nix> to the path `/__corepkgs__`,
 | 
					/// Tell the Evaluator to resolve `<nix>` to the path `/__corepkgs__`,
 | 
				
			||||||
/// which has special handling in [tvix_io::TvixIO].
 | 
					/// which has special handling in [tvix_io::TvixIO].
 | 
				
			||||||
/// This is used in nixpkgs to import `fetchurl.nix` from `<nix>`.
 | 
					/// This is used in nixpkgs to import `fetchurl.nix` from `<nix>`.
 | 
				
			||||||
pub fn configure_nix_path(eval: &mut tvix_eval::Evaluation, nix_search_path: &Option<String>) {
 | 
					pub fn configure_nix_path(eval: &mut tvix_eval::Evaluation, nix_search_path: &Option<String>) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue