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,
|
cacert,
|
||||||
findutils,
|
findutils,
|
||||||
iana-etc,
|
iana-etc,
|
||||||
git,
|
gitMinimal,
|
||||||
openssh,
|
openssh,
|
||||||
# Other dependencies
|
# Other dependencies
|
||||||
shadow,
|
shadow,
|
||||||
|
@ -54,7 +54,7 @@ let
|
||||||
cacert.out
|
cacert.out
|
||||||
findutils
|
findutils
|
||||||
iana-etc
|
iana-etc
|
||||||
git
|
gitMinimal
|
||||||
openssh
|
openssh
|
||||||
] ++ extraPkgs;
|
] ++ extraPkgs;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue