diff options
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r-- | third_party/overlays/tvl.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index c88bd4d74176..4dfd72eceb6f 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="; |