Commit 2fbbba50 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

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

parent 8a03e347
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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