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 {
|
fetchgit = callPackage ../build-support/fetchgit {
|
||||||
git = buildPackages.gitMinimal;
|
git = buildPackages.gitMinimal;
|
||||||
|
cacert = buildPackages.cacert;
|
||||||
};
|
};
|
||||||
|
|
||||||
fetchgitPrivate = callPackage ../build-support/fetchgit/private.nix { };
|
fetchgitPrivate = callPackage ../build-support/fetchgit/private.nix { };
|
||||||
|
|
Loading…
Reference in New Issue