diff options
author | Vincent Ambo <mail@tazj.in> | 2022-12-20T16·23+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-12-21T14·08+0000 |
commit | a95dea719f1b44231c485e52816c5fff4cfe42dd (patch) | |
tree | c4193fe7325f9f660c532866c1817cea22cda11f /tvix/Cargo.toml | |
parent | f467df06dcfa8383c3bd36e7877b8cf900e973c9 (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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/Cargo.toml b/tvix/Cargo.toml index 178802dd56ee..3d39be16a86e 100644 --- a/tvix/Cargo.toml +++ b/tvix/Cargo.toml @@ -21,6 +21,7 @@ members = [ "cli", "eval", "eval/builtin-macros", + "nar", "nix_cli", "store", ] |