feat(tvix/nix-compat/nixhash/NixHashWithMode): from_algo_mode_hash

Change-Id: Ieae628fab1926a498ae5c3eb27df1b722e6151d7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9728
Reviewed-by: edef <edef@edef.eu>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2023-10-14 21:34:18 +01:00 committed by flokli
parent c3446da1c7
commit 8a0fa69c6c
5 changed files with 54 additions and 2 deletions

View file

@ -19,6 +19,7 @@ thiserror = "1.0.38"
[dev-dependencies]
futures = { version = "0.3.28", default-features = false, features = ["executor"] }
lazy_static = "1.4.0"
serde_json = "1.0"
test-case = "2.2.2"