about summary refs log tree commit diff
path: root/tvix/Cargo.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r--tvix/Cargo.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix
index df2b4495ae..6227178d88 100644
--- a/tvix/Cargo.nix
+++ b/tvix/Cargo.nix
@@ -8169,6 +8169,13 @@ rec {
             packageId = "tvix-eval";
           }
         ];
+        devDependencies = [
+          {
+            name = "genawaiter";
+            packageId = "genawaiter";
+            usesDefaultFeatures = false;
+          }
+        ];
 
       };
       "tvix-store" = rec {