about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tvix/glue/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/glue/src/lib.rs b/tvix/glue/src/lib.rs
index 805f16d04b..2b36a0b890 100644
--- a/tvix/glue/src/lib.rs
+++ b/tvix/glue/src/lib.rs
@@ -5,7 +5,7 @@ pub mod tvix_build;
 pub mod tvix_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].
 /// 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>) {