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, 0 insertions, 7 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix
index 6227178d88..df2b4495ae 100644
--- a/tvix/Cargo.nix
+++ b/tvix/Cargo.nix
@@ -8169,13 +8169,6 @@ rec {
             packageId = "tvix-eval";
           }
         ];
-        devDependencies = [
-          {
-            name = "genawaiter";
-            packageId = "genawaiter";
-            usesDefaultFeatures = false;
-          }
-        ];
 
       };
       "tvix-store" = rec {