diff options
Diffstat (limited to 'tvix/nix-compat/src/lib.rs')
-rw-r--r-- | tvix/nix-compat/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/nix-compat/src/lib.rs b/tvix/nix-compat/src/lib.rs index 2aac179bcfce..4cfd708e52d8 100644 --- a/tvix/nix-compat/src/lib.rs +++ b/tvix/nix-compat/src/lib.rs @@ -5,4 +5,3 @@ pub mod nixhash; mod nixhash_algos; mod nixhash_with_mode; pub mod store_path; -mod texthash; |