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:
parent
73c12f7c4f
commit
e53152866e
3 changed files with 114 additions and 108 deletions
|
|
@ -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`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue