refactor(tvix/nix-compat): move HashAlgo to separate file

… and keep the pub exports as is.

Change-Id: I2ad21660577553395f05b5ba71083626429b0dfc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8363
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
Florian Klink 2023-03-30 01:11:00 +02:00 committed by clbot
parent e53152866e
commit 14c5781389
3 changed files with 42 additions and 38 deletions

View file

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