Merge pull request #114992 from tcbravo/tcbravo-fetchgit-lfs

fetchgit: use git-lfs from buildPackages
This commit is contained in:
Sandro
2021-03-21 20:51:37 +01:00
committed by GitHub
+1
View File
@@ -370,6 +370,7 @@ in
fetchgit = callPackage ../build-support/fetchgit {
git = buildPackages.gitMinimal;
cacert = buildPackages.cacert;
git-lfs = buildPackages.git-lfs;
};
fetchgitLocal = callPackage ../build-support/fetchgitlocal { };