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

@ -4215,6 +4215,10 @@ rec {
usesDefaultFeatures = false;
features = [ "executor" ];
}
{
name = "lazy_static";
packageId = "lazy_static";
}
{
name = "serde_json";
packageId = "serde_json";