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/cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/cli/Cargo.toml') diff --git a/tvix/cli/Cargo.toml b/tvix/cli/Cargo.toml index f3324f2611..45ed05e089 100644 --- a/tvix/cli/Cargo.toml +++ b/tvix/cli/Cargo.toml @@ -9,6 +9,7 @@ path = "src/main.rs" [dependencies] tvix-eval = { path = "../eval" } +tvix-derivation = { path = "../derivation" } rustyline = "10.0.0" clap = { version = "4.0", features = ["derive", "env"] } dirs = "4.0.0" -- cgit 1.4.1