chore(tvix/cli): delete unused NixCompatIO code

Change-Id: Icb91b102208fea512e04383ce9d65b0681af18ab
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9079
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
sterni 2023-08-14 13:36:45 +02:00
parent 8478448146
commit 08a5849e2b
2 changed files with 0 additions and 122 deletions

View file

@ -1,7 +1,6 @@
mod derivation;
mod errors;
mod known_paths;
mod nix_compat;
mod refscan;
mod tvix_io;