about summary refs log tree commit diff
path: root/tvix/cli/src/derivation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/cli/src/derivation.rs')
-rw-r--r--tvix/cli/src/derivation.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/cli/src/derivation.rs b/tvix/cli/src/derivation.rs
index a6f1beccc9..88e87b2f90 100644
--- a/tvix/cli/src/derivation.rs
+++ b/tvix/cli/src/derivation.rs
@@ -430,7 +430,6 @@ pub use derivation_builtins::builtins as derivation_builtins;
 #[cfg(test)]
 mod tests {
     use nix_compat::store_path::hash_placeholder;
-    use tvix_eval::observer::NoOpObserver;
 
     // TODO: These tests are commented out because we do not have
     // scaffolding to drive generators during testing at the moment.