onefetch: replace git with gitMinimal

This commit is contained in:
Pol Dellaiera
2025-01-09 21:02:44 +01:00
parent f5840d2bb7
commit 7d190c1e94
+2 -2
View File
@@ -8,7 +8,7 @@
zstd,
stdenv,
darwin,
git,
gitMinimal,
}:
let
@@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
];
nativeCheckInputs = [
git
gitMinimal
];
preCheck = ''