-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
When using builtins.fetchGit
, the nix-build
command won't work if:
git
program is not installed on the system- or is installed but is too old (flag
-C <path>
is not supported)
I am testing on non-nix linux distributions.
This does not look right. The builtins.fetchGit
obviously depends on the correct version of the git
program. I would expect that nix
would build/download git
automatically when required and the correct version is used, even if some other version is installed on the system.
cohei, hectorj, ruro, Jayman2000, dsalaza4 and 3 more
Metadata
Metadata
Assignees
Labels
No labels