mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
jujutsu: replace git
with gitMinimal
This commit is contained in:
parent
9c09d5e27c
commit
a395e1ac6d
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
installShellFiles,
|
||||
git,
|
||||
gitMinimal,
|
||||
gnupg,
|
||||
openssh,
|
||||
buildPackages,
|
||||
|
@ -32,7 +32,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
git
|
||||
gitMinimal
|
||||
gnupg
|
||||
openssh
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue