blob: d6169f1339cfb664d1a3b30184a78f4ec21a2c13 (
plain) (
tree)
|
|
{ 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" ];
}
|