jujutsu: replace git with gitMinimal

This commit is contained in:
Pol Dellaiera
2025-06-04 21:55:13 +02:00
parent 9c09d5e27c
commit a395e1ac6d
+2 -2
View File
@@ -4,7 +4,7 @@
rustPlatform,
fetchFromGitHub,
installShellFiles,
git,
gitMinimal,
gnupg,
openssh,
buildPackages,
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
];
nativeCheckInputs = [
git
gitMinimal
gnupg
openssh
];