From d644ed389aab967a276c39b349a8d266a1aee889 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 16 Jan 2023 15:24:02 +0100 Subject: refactor(tvix/derivation): expose proper ValidateDerivationError Use proper errors, instead of anyhow. Change-Id: I6db14c72a6319b389b0136aac7b84f50a30fb366 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7847 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/Cargo.lock') diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index 37e1a0f139..36c9cef50f 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -2288,6 +2288,7 @@ dependencies = [ "sha2", "test-case", "test-generator", + "thiserror", "tvix-store-bin", ] -- cgit 1.4.1