mirror of
https://github.com/NixOS/nix
synced 2025-07-03 06:11:46 +02:00
doc: Fix fetchGit default name (#9241)
This commit is contained in:
parent
bfd51a4137
commit
46028ff764
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ static RegisterPrimOp primop_fetchGit({
|
||||||
|
|
||||||
The URL of the repo.
|
The URL of the repo.
|
||||||
|
|
||||||
- `name` (default: *basename of the URL*)
|
- `name` (default: `source`)
|
||||||
|
|
||||||
The name of the directory the repo should be exported to in the store.
|
The name of the directory the repo should be exported to in the store.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue