From f27f5ef0c990c3cab9182437bb76593be9b0a0fd Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 12 Jan 2023 13:59:58 +0300 Subject: feat(tvix/cli): add known_paths module This module implements types used to track the set of known paths in the context of an evaluation. These are used to determine the build references of a derivation. Change-Id: I81e15ae33632784e699128916485751613b231a3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7816 Tested-by: BuildkiteCI Reviewed-by: flokli --- 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 0f837b346c2d..42297d365bbf 100644 --- a/tvix/cli/src/main.rs +++ b/tvix/cli/src/main.rs @@ -1,3 +1,4 @@ +mod known_paths; mod nix_compat; mod refscan; -- cgit 1.4.1