1
0
Fork 0
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:
Pol Dellaiera 2025-06-12 19:18:07 +02:00
parent 5862f38d00
commit 6eb4ee6855

View file

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