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:
parent
ce502bdc89
commit
df78a4d24e
3 changed files with 40 additions and 44 deletions
|
|
@ -5,4 +5,3 @@ pub mod nixhash;
|
|||
mod nixhash_algos;
|
||||
mod nixhash_with_mode;
|
||||
pub mod store_path;
|
||||
mod texthash;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue