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/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/cli/src/main.rs') diff --git a/tvix/cli/src/main.rs b/tvix/cli/src/main.rs index 242cece9ec..6757044750 100644 --- a/tvix/cli/src/main.rs +++ b/tvix/cli/src/main.rs @@ -1,3 +1,4 @@ +mod errors; mod known_paths; mod nix_compat; mod refscan; -- cgit 1.4.1