gitstatus: replace git with gitMinimal

This commit is contained in:
Pol Dellaiera
2025-01-09 21:02:44 +01:00
parent b28a138a77
commit 3c05d6b61b
+2 -2
View File
@@ -3,7 +3,7 @@
lib,
stdenv,
fetchFromGitHub,
git,
gitMinimal,
zsh,
zlib,
runtimeShell,
@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
# command ran successfully. This tests the binary itself and the zsh
# integration.
nativeInstallCheckInputs = [
git
gitMinimal
zsh
];
doInstallCheck = true;