feat(tvix/derivation): more checks for output hashes and encoding

Change-Id: Idebad60c3bf9daf94d04a36bb73ac0dd767f9e79
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7856
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2023-01-17 13:31:31 +01:00 committed by flokli
parent 083e24bbb1
commit 9822fa387a
5 changed files with 33 additions and 2 deletions

1
tvix/Cargo.lock generated
View file

@ -2318,6 +2318,7 @@ name = "tvix-derivation"
version = "0.1.0"
dependencies = [
"anyhow",
"data-encoding",
"glob",
"serde",
"serde_json",