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, 1 insertions, 5 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix
index c9fec85e2e37..be49a5c019b6 100644
--- a/tvix/Cargo.nix
+++ b/tvix/Cargo.nix
@@ -7419,7 +7419,6 @@ rec {
             name = "nix-compat-derive";
             packageId = "nix-compat-derive";
             optional = true;
-            usesDefaultFeatures = false;
           }
           {
             name = "nom";
@@ -7575,10 +7574,7 @@ rec {
             packageId = "tokio-test";
           }
         ];
-        features = {
-          "default" = [ "external" ];
-        };
-        resolvedDefaultFeatures = [ "default" "external" ];
+
       };
       "nix-compat-derive-tests" = rec {
         crateName = "nix-compat-derive-tests";