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

depot.tvix.crates.workspaceMembers.nix-compat.build.override {
  runTests = true;
  # make sure we also enable async here, so run the tests behind that feature flag.
  features = [ "default" "async" ];
}