diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-08-23 11:28:26 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-08-23 11:28:26 +0100 |
commit | 5b7a1114761f47c60675266b080997cdc399c2c2 (patch) | |
tree | 5b31904774ef76eb19be9bba07b3b9813ec91519 /nix-conf/home/includes | |
parent | a59addddf96da11e62c562079858ab6c0c69bf64 (diff) | |
download | dotfiles-5b7a1114761f47c60675266b080997cdc399c2c2.tar.gz |
Disable batdiff tests until upstream issue is fixed
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r-- | nix-conf/home/includes/common.nix | 5 |
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 |