diff options
Diffstat (limited to 'tvix/nix-compat/default.nix')
-rw-r--r-- | tvix/nix-compat/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tvix/nix-compat/default.nix b/tvix/nix-compat/default.nix index 7f51438eb70d..d6169f1339cf 100644 --- a/tvix/nix-compat/default.nix +++ b/tvix/nix-compat/default.nix @@ -2,4 +2,6 @@ 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" ]; } |