diff options
author | Minijackson <minijackson@riseup.net> | 2023-09-12 13:30:16 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-09-12 13:30:16 +0200 |
commit | 27cf669041d12aa0d84dbe5ab974222c7b3359a9 (patch) | |
tree | 272d7cd161f243df0f70b94d57d66048f01f1e84 /common/commandline | |
parent | ac9b593350fa031e5f648e4256b50d6b40631bb0 (diff) | |
download | nixos-config-reborn-27cf669041d12aa0d84dbe5ab974222c7b3359a9.tar.gz nixos-config-reborn-27cf669041d12aa0d84dbe5ab974222c7b3359a9.zip |
git: remove rs-git-fsmonitor
doesn't seem to support recent watchman versions
Diffstat (limited to 'common/commandline')
-rw-r--r-- | common/commandline/git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/commandline/git.nix b/common/commandline/git.nix index 1886a0a..8ce89b6 100644 --- a/common/commandline/git.nix +++ b/common/commandline/git.nix | |||
@@ -36,7 +36,7 @@ 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 | fsmonitor = "${pkgs.rs-git-fsmonitor}/bin/rs-git-fsmonitor"; | 39 | fsmonitor = true; |
40 | }; | 40 | }; |
41 | 41 | ||
42 | diff = { | 42 | diff = { |