From 259faea2b229edd8f2e31d0903b5fd185036b4a4 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 16 Jan 2023 13:27:33 +0300 Subject: feat(tvix/cli): add `errors` module with drv construction errors These will be threaded through to eval through the new `TvixError` variant. Change-Id: Ia0d3f8710dcf26bb95015cd2a6a2b2911f06343f Reviewed-on: https://cl.tvl.fyi/c/depot/+/7842 Reviewed-by: flokli Tested-by: BuildkiteCI --- tvix/Cargo.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tvix/Cargo.nix') diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index cb86a7fe5ba7..cb8ad6e56e49 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -6857,6 +6857,10 @@ rec { name = "smol_str"; packageId = "smol_str"; } + { + name = "tvix-derivation"; + packageId = "tvix-derivation"; + } { name = "tvix-eval"; packageId = "tvix-eval"; -- cgit 1.4.1