mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
fetchgit: use buildPackages's git
This commit is contained in:
parent
992b13bd72
commit
8596dc9125
@ -171,7 +171,7 @@ with pkgs;
|
||||
fetchfossil = callPackage ../build-support/fetchfossil { };
|
||||
|
||||
fetchgit = callPackage ../build-support/fetchgit {
|
||||
git = gitMinimal;
|
||||
git = buildPackages.gitMinimal;
|
||||
};
|
||||
|
||||
fetchgitPrivate = callPackage ../build-support/fetchgit/private.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user