refactor(nix-compat) Make nixhash_* mods hierarchical

They can go under `nixhash`

Change-Id: Ia15835c57130b66d58f5df80ae9595dceee00941
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8408
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
John Ericson 2023-03-31 08:27:16 -04:00 committed by John Ericson
parent df78a4d24e
commit b932cf2d85
4 changed files with 5 additions and 4 deletions

View file

@ -2,6 +2,4 @@ pub mod derivation;
pub mod nar;
pub mod nixbase32;
pub mod nixhash;
mod nixhash_algos;
mod nixhash_with_mode;
pub mod store_path;