refactor(tvix/nix-compat): move NixHashWithMode into separate file

… and keep the pub exports as is.

Change-Id: I9f89a738c508c478ddba61303c21ea294f01ee9f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8362
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Florian Klink 2023-03-30 01:08:09 +02:00 committed by clbot
parent 73c12f7c4f
commit e53152866e
3 changed files with 114 additions and 108 deletions

View file

@ -4,6 +4,7 @@ pub mod derivation;
pub mod nar;
pub mod nixbase32;
pub mod nixhash;
mod nixhash_with_mode;
pub mod store_path;
/// Nix placeholders (i.e. values returned by `builtins.placeholder`)