feat(tvix/derivation): implement Derivation::validate()

Change-Id: I87dfadda872439e108e5f678a5da63dd5b1915d1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7732
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2023-01-04 13:38:28 +01:00 committed by flokli
parent 407a9cd90f
commit cc626d686c
7 changed files with 207 additions and 2 deletions

1
tvix/Cargo.lock generated
View file

@ -492,6 +492,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
name = "derivation"
version = "0.1.0"
dependencies = [
"anyhow",
"glob",
"serde",
"serde_json",