Unverified Commit 46e297cf authored by PerchunPak's avatar PerchunPak
Browse files

bat-extras.batgrep: disable tests

parent 78f92255
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -11,5 +11,8 @@ buildBatExtrasPkg {
    coreutils
    ripgrep
  ];
  # The tests are broken with the new bat 0.26.0
  # https://github.com/eth-p/bat-extras/issues/143
  doCheck = false;
  meta.description = "Quickly search through and highlight files using ripgrep";
}