diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-08-28 09:56:26 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-08-28 09:56:26 +0100 |
commit | ae0681a73e272e6666e8d8969fc08f6271ffee21 (patch) | |
tree | cba1da4e5d4d1999eb186275e350d6edb145a04e /nix-conf/home/includes | |
parent | 5b7a1114761f47c60675266b080997cdc399c2c2 (diff) | |
download | dotfiles-ae0681a73e272e6666e8d8969fc08f6271ffee21.tar.gz |
Re-enable tests for batdiff
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r-- | nix-conf/home/includes/common.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix index 4f5366c..6e77bfa 100644 --- a/nix-conf/home/includes/common.nix +++ b/nix-conf/home/includes/common.nix @@ -73,10 +73,7 @@ in programs.bat = { enable = true; extraPackages = with pkgs.bat-extras; [ - (batdiff.overrideAttrs (_: { - doCheck = false; - })) - #batdiff + batdiff batgrep batman batwatch |