diff options
Diffstat (limited to 'tvix/nix-compat/default.nix')
-rw-r--r-- | tvix/nix-compat/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/nix-compat/default.nix b/tvix/nix-compat/default.nix index d6169f1339cf..9df76e12fce1 100644 --- a/tvix/nix-compat/default.nix +++ b/tvix/nix-compat/default.nix @@ -3,5 +3,5 @@ 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" ]; + features = [ "default" "async" "wire" ]; } |