Merge pull request #114992 from tcbravo/tcbravo-fetchgit-lfs
fetchgit: use git-lfs from buildPackages
This commit is contained in:
commit
1790a50b09
1 changed files with 1 additions and 0 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue