git-sync: replace git with gitMinimal

This commit is contained in:
Pol Dellaiera 2025-06-26 18:45:37 +02:00
parent 43823a262a
commit 10c1d20f48

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
coreutils,
fswatch,
git,
gitMinimal,
gnugrep,
gnused,
makeBinaryWrapper,
@ -33,7 +33,7 @@ stdenv.mkDerivation {
[
coreutils
fswatch
git
gitMinimal
gnugrep
gnused
]