mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +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.
|
||||
|
||||
- `name` (default: *basename of the URL*)
|
||||
- `name` (default: `source`)
|
||||
|
||||
The name of the directory the repo should be exported to in the store.
|
||||
|
||||
|
|
Loading…
Reference in a new issue