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:
parent
c3446da1c7
commit
8a0fa69c6c
5 changed files with 54 additions and 2 deletions
|
@ -4215,6 +4215,10 @@ rec {
|
|||
usesDefaultFeatures = false;
|
||||
features = [ "executor" ];
|
||||
}
|
||||
{
|
||||
name = "lazy_static";
|
||||
packageId = "lazy_static";
|
||||
}
|
||||
{
|
||||
name = "serde_json";
|
||||
packageId = "serde_json";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue