mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
Merge pull request #54160 from volth/patch-299
fetchgit: use buildPackages.cacert
This commit is contained in:
commit
f6100507dd
@ -197,6 +197,7 @@ in
|
||||
|
||||
fetchgit = callPackage ../build-support/fetchgit {
|
||||
git = buildPackages.gitMinimal;
|
||||
cacert = buildPackages.cacert;
|
||||
};
|
||||
|
||||
fetchgitPrivate = callPackage ../build-support/fetchgit/private.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user