From 203a06390f1e874715e9ed4b53024b79ee01803a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 2 May 2022 12:56:02 +0200 Subject: feat(tvl-kit): Expose lazy-deps This adds the //nix/lazy-deps tool at //lazy-deps in tvl-kit. A CI step is added for the kit that uses this to lazily build an example tool (magrathea). Change-Id: Ibd6d69c83b87bd6e0766942d73297621f2593113 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5514 Tested-by: BuildkiteCI Reviewed-by: ezemtsov --- views/kit/workspace.josh | 1 + 1 file changed, 1 insertion(+) (limited to 'views/kit/workspace.josh') diff --git a/views/kit/workspace.josh b/views/kit/workspace.josh index d2d7ec49af2b..bdf55033977f 100644 --- a/views/kit/workspace.josh +++ b/views/kit/workspace.josh @@ -3,6 +3,7 @@ besadii = :/ops/besadii :/nix:[ ::buildGo/ ::buildkite/ + ::lazy-deps/ ::readTree/ ] :/third_party:[ -- cgit 1.4.1