about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-08-23 11:28:26 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-08-23 11:28:26 +0100
commit5b7a1114761f47c60675266b080997cdc399c2c2 (patch)
tree5b31904774ef76eb19be9bba07b3b9813ec91519 /nix-conf
parenta59addddf96da11e62c562079858ab6c0c69bf64 (diff)
downloaddotfiles-5b7a1114761f47c60675266b080997cdc399c2c2.tar.gz
Disable batdiff tests until upstream issue is fixed
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/includes/common.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix
index 6e77bfa..4f5366c 100644
--- a/nix-conf/home/includes/common.nix
+++ b/nix-conf/home/includes/common.nix
@@ -73,7 +73,10 @@ in
   programs.bat = {
     enable = true;
     extraPackages = with pkgs.bat-extras; [
-      batdiff
+      (batdiff.overrideAttrs (_: {
+        doCheck = false;
+      }))
+      #batdiff
       batgrep
       batman
       batwatch