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.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index 3a46646317..9ebe21369b 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -122,10 +122,6 @@ depot.nix.readTree.drvTargets {
     '';
   };
 
-  # Disable tests which fail and weren't executed before the bump that
-  # introduced this problem: https://github.com/NixOS/nixpkgs/issues/288064
-  libgit2_1_5 = super.libgit2_1_5.overrideAttrs (_: { doCheck = false; });
-
   evans = super.evans.overrideAttrs (old: {
     patches = old.patches or [ ] ++ [
       # add support for unix domain sockets