minimal: Remove unmainted git fsmonitor

This commit is contained in:
Quentin Boyer 2025-02-02 21:16:19 +01:00
parent 97f16f3a7c
commit 194fc3b607

View file

@ -163,7 +163,6 @@
core = {
excludesfile = "${pkgs.writeText "gitignore" config.programs.git.excludes}";
untrackedCache = true;
fsmonitor = "${lib.getExe pkgs.rs-git-fsmonitor}";
commitGraph = true;
};
};