fix(tvix): Add //tvix to readTree roots

Change-Id: I7d0e81d6a88f351c7451454f5d506d708e7ed9ca
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2710
Tested-by: BuildkiteCI
Reviewed-by: adisbladis <adisbladis@gmail.com>
This commit is contained in:
Vincent Ambo 2021-03-31 21:19:58 +02:00 committed by tazjin
parent cd8022ce03
commit d02eb5f8bf

View file

@ -36,6 +36,7 @@ let
ops = readTree ./ops;
third_party = readTree ./third_party;
tools = readTree ./tools;
tvix = readTree ./tvix;
users = readTree ./users;
web = readTree ./web;
};