1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +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,
findutils,
iana-etc,
git,
gitMinimal,
openssh,
# Other dependencies
shadow,
@ -54,7 +54,7 @@ let
cacert.out
findutils
iana-etc
git
gitMinimal
openssh
] ++ extraPkgs;