diff options
author | Minijackson <minijackson@riseup.net> | 2023-09-22 16:27:36 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-09-22 16:27:36 +0200 |
commit | 47a119948b9eaaa56db7c1d5816468959e68c2bb (patch) | |
tree | 4f0245f323c45b8080fc9d0f14e4c3e477a2ffde /common | |
parent | 529291e8e193b784cd0be13af60bb40c5d434b99 (diff) | |
download | nixos-config-reborn-47a119948b9eaaa56db7c1d5816468959e68c2bb.tar.gz nixos-config-reborn-47a119948b9eaaa56db7c1d5816468959e68c2bb.zip |
common/git: remove global watchman config, it makes things slow
Diffstat (limited to 'common')
-rw-r--r-- | common/commandline/git.nix | 4 |
1 files changed, 0 insertions, 4 deletions
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: | |||
36 | pager = deltaCommand; | 36 | pager = deltaCommand; |
37 | interactive.diffFilter = "${deltaCommand} --color-only"; | 37 | interactive.diffFilter = "${deltaCommand} --color-only"; |
38 | untrackedCache = true; | 38 | untrackedCache = true; |
39 | # Use same package as above | ||
40 | # Also, the fact that gitFull depends on Perl | ||
41 | # means that the shebang was fixed | ||
42 | fsmonitor = "${pkgs.gitAndTools.gitFull}/share/git-core/templates/hooks/fsmonitor-watchman.sample"; | ||
43 | }; | 39 | }; |
44 | 40 | ||
45 | diff = { | 41 | diff = { |