refactor(tvix/nix-compat): Inline texthash mod

It is moved into `store_path::utils` with the other path builders.

Change-Id: I3257170e442af5d83bcf79e63fa7387dd914597c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8410
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
John Ericson 2023-03-30 17:30:28 -04:00 committed by John Ericson
parent ce502bdc89
commit df78a4d24e
3 changed files with 40 additions and 44 deletions

View file

@ -5,4 +5,3 @@ pub mod nixhash;
mod nixhash_algos;
mod nixhash_with_mode;
pub mod store_path;
mod texthash;