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.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix
index 8255a395fc..e0895ac928 100644
--- a/tvix/Cargo.nix
+++ b/tvix/Cargo.nix
@@ -7750,12 +7750,6 @@ rec {
             packageId = "tvix-store-bin";
           }
         ];
-        devDependencies = [
-          {
-            name = "test-case";
-            packageId = "test-case";
-          }
-        ];
 
       };
       "tvix-derivation" = rec {