about summary refs log tree commit diff
path: root/tvix/nix-compat/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/nix-compat/default.nix')
-rw-r--r--tvix/nix-compat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/nix-compat/default.nix b/tvix/nix-compat/default.nix
index d6169f1339..9df76e12fc 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" ];
 }