jujutsu: replace git with gitMinimal (#414034)

This commit is contained in:
Pol Dellaiera
2025-06-05 11:21:47 +02:00
committed by GitHub
+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
];