blob: 9df76e12fce136685e41c31f2b9e3b9f26ce8ee8 (
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" "wire" ];
}
|