From 47a119948b9eaaa56db7c1d5816468959e68c2bb Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 22 Sep 2023 16:27:36 +0200 Subject: common/git: remove global watchman config, it makes things slow --- common/commandline/git.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common/commandline/git.nix') diff --git a/common/commandline/git.nix b/common/commandline/git.nix index e376fa6..00b8de8 100644 --- a/common/commandline/git.nix +++ b/common/commandline/git.nix @@ -36,10 +36,6 @@ inputs: pager = deltaCommand; interactive.diffFilter = "${deltaCommand} --color-only"; untrackedCache = true; - # Use same package as above - # Also, the fact that gitFull depends on Perl - # means that the shebang was fixed - fsmonitor = "${pkgs.gitAndTools.gitFull}/share/git-core/templates/hooks/fsmonitor-watchman.sample"; }; diff = { -- cgit v1.2.3