mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
docker: replace git
with gitMinimal
This commit is contained in:
parent
5862f38d00
commit
6eb4ee6855
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
cacert,
|
||||
findutils,
|
||||
iana-etc,
|
||||
git,
|
||||
gitMinimal,
|
||||
openssh,
|
||||
# Other dependencies
|
||||
shadow,
|
||||
|
@ -54,7 +54,7 @@ let
|
|||
cacert.out
|
||||
findutils
|
||||
iana-etc
|
||||
git
|
||||
gitMinimal
|
||||
openssh
|
||||
] ++ extraPkgs;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue