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, rustPlatform,
fetchFromGitHub, fetchFromGitHub,
installShellFiles, installShellFiles,
git, gitMinimal,
gnupg, gnupg,
openssh, openssh,
buildPackages, buildPackages,
@ -32,7 +32,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
]; ];
nativeCheckInputs = [ nativeCheckInputs = [
git gitMinimal
gnupg gnupg
openssh openssh
]; ];