This commit is contained in:
Aaron Bieber 2022-09-06 11:08:33 -06:00
parent 0fdddb6494
commit a753e49514
No known key found for this signature in database

View File

@ -57,7 +57,8 @@
git-sync = super.git-sync.overrideAttrs (old: { git-sync = super.git-sync.overrideAttrs (old: {
wrapperPath = with lib; wrapperPath = with lib;
makeBinPath ([ pkgs.coreutils pkgs.git pkgs.gnugrep pkgs.gnused ] makeBinPath ([ pkgs.coreutils pkgs.git pkgs.gnugrep pkgs.gnused ]
++ lib.optionals (pkgs.system == "x86-64_linux") [ pkgs.inotify-tools ]); ++ lib.optionals (pkgs.system == "x86-64_linux")
[ pkgs.inotify-tools ]);
}); });
}) })
] else ] else