fetchGit
Fetches a path into the Nix storeᛦ from Gitᛦ. fetchGit
can take either a URL, which fetches the HEAD of the repo. Otherwise, a set with attributes url
, name
(defaults to URL basenameᛦ), rev
(defaults to tip of ref
), and ref
(any Git ref like a branch or a tag).