about summary refs log tree commit diff
path: root/tvix/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-12-20T16·23+0300
committertazjin <tazjin@tvl.su>2022-12-21T14·08+0000
commita95dea719f1b44231c485e52816c5fff4cfe42dd (patch)
treec4193fe7325f9f660c532866c1817cea22cda11f /tvix/Cargo.toml
parentf467df06dcfa8383c3bd36e7877b8cf900e973c9 (diff)
chore(tvix/nar): add CI build target r/5450
Change-Id: Ic73a391da9a733cade26114ab1127907c8d62a57
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7598
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/Cargo.toml')
-rw-r--r--tvix/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/Cargo.toml b/tvix/Cargo.toml
index 178802dd56..3d39be16a8 100644
--- a/tvix/Cargo.toml
+++ b/tvix/Cargo.toml
@@ -21,6 +21,7 @@ members = [
   "cli",
   "eval",
   "eval/builtin-macros",
+  "nar",
   "nix_cli",
   "store",
 ]