about summary refs log tree commit diff
path: root/tvix/nar/default.nix
blob: 4d62add0598261da2c5fa2dec3767bb3c7ba6b98 (plain) (blame)
1
2
3
4
5
{ depot, ... }:

depot.tvix.crates.workspaceMembers.tvix-nar.build.override {
  runTests = true;
}