jujutsu: replace git with gitMinimal

This commit is contained in:
Pol Dellaiera 2025-06-04 21:54:25 +02:00
parent 9c09d5e27c
commit a395e1ac6d

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
];