Merge pull request #54160 from volth/patch-299

fetchgit: use buildPackages.cacert
This commit is contained in:
Jörg Thalheim
2019-01-17 08:07:08 +00:00
committed by GitHub

View File

@@ -197,6 +197,7 @@ in
fetchgit = callPackage ../build-support/fetchgit {
git = buildPackages.gitMinimal;
cacert = buildPackages.cacert;
};
fetchgitPrivate = callPackage ../build-support/fetchgit/private.nix { };