chore(tvix/nar): add CI build target
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
This commit is contained in:
parent
f467df06dc
commit
a95dea719f
6 changed files with 33 additions and 8 deletions
5
tvix/nar/default.nix
Normal file
5
tvix/nar/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ depot, ... }:
|
||||
|
||||
depot.tvix.crates.workspaceMembers.tvix-nar.build.override {
|
||||
runTests = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue