git-sync: add fswatch for git-sync-on-fswatch

This commit is contained in:
Pol Dellaiera
2025-06-26 18:38:55 +02:00
parent 8a03e3479f
commit 2fbbba5004
+2
View File
@@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
coreutils,
fswatch,
git,
gnugrep,
gnused,
@@ -35,6 +36,7 @@ stdenv.mkDerivation rec {
wrapperPath = lib.makeBinPath (
[
coreutils
fswatch
git
gnugrep
gnused