github-runner: replace git with gitMinimal

This commit is contained in:
Pol Dellaiera
2025-01-09 21:02:44 +01:00
parent 87516c65d3
commit b28a138a77
+2 -2
View File
@@ -6,7 +6,7 @@
dotnetCorePackages,
fetchFromGitHub,
fetchpatch,
git,
gitMinimal,
glibc,
glibcLocales,
lib,
@@ -112,7 +112,7 @@ buildDotnetModule (finalAttrs: {
nativeBuildInputs =
[
which
git
gitMinimal
# needed for `uname`
coreutils
]