about summary refs log tree commit diff
path: root/third_party/overlays/tvl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r--third_party/overlays/tvl.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index c88bd4d741..4dfd72eceb 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -120,6 +120,11 @@ depot.nix.readTree.drvTargets {
       hash = "sha256-eFT2SUxTopxEvW0rcxSjQU6nbrQLI2FbyaVgtV8oiTk=";
     };
 
+    patches = old.patches ++ [
+      # run tests in debug mode, not release mode
+      ./patches/crate2nix-tests-debug.patch
+    ];
+
     cargoDeps = old.cargoDeps.overrideAttrs (_: {
       inherit src;
       outputHash = "sha256-elEIWHxyY3iccprIcbQA6GWFiq/n5kozpGfw/OmoSIg=";