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