about summary refs log tree commit diff
path: root/corp/tvixbolt/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'corp/tvixbolt/src/main.rs')
-rw-r--r--corp/tvixbolt/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/corp/tvixbolt/src/main.rs b/corp/tvixbolt/src/main.rs
index 8dad534a30..ed5dada4c4 100644
--- a/corp/tvixbolt/src/main.rs
+++ b/corp/tvixbolt/src/main.rs
@@ -256,7 +256,7 @@ fn eval(trace: bool, code: &str) -> Output {
     let result = tvix_eval::compile(
         root_expr,
         Some("/nixbolt".into()),
-        &file,
+        file.clone(),
         tvix_eval::global_builtins(),
         &mut compilation_observer,
     )