mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 08:46:16 +02:00
Mention host
parameter for GitHub
This commit is contained in:
parent
105677140d
commit
a5ab253e8f
1 changed files with 4 additions and 0 deletions
|
@ -216,11 +216,15 @@ Currently the `type` attribute can be one of the following:
|
||||||
commit hash (`rev`). Note that unlike Git, GitHub allows fetching by
|
commit hash (`rev`). Note that unlike Git, GitHub allows fetching by
|
||||||
commit hash without specifying a branch or tag.
|
commit hash without specifying a branch or tag.
|
||||||
|
|
||||||
|
You can also specify `host` as a parameter, to point to a custom GitHub
|
||||||
|
Enterprise server.
|
||||||
|
|
||||||
Some examples:
|
Some examples:
|
||||||
|
|
||||||
* `github:edolstra/dwarffs`
|
* `github:edolstra/dwarffs`
|
||||||
* `github:edolstra/dwarffs/unstable`
|
* `github:edolstra/dwarffs/unstable`
|
||||||
* `github:edolstra/dwarffs/d3f2baba8f425779026c6ec04021b2e927f61e31`
|
* `github:edolstra/dwarffs/d3f2baba8f425779026c6ec04021b2e927f61e31`
|
||||||
|
* `github:internal/project?host=company-github.example.org`
|
||||||
|
|
||||||
* `gitlab`: Similar to `github`, is a more efficient way to fetch
|
* `gitlab`: Similar to `github`, is a more efficient way to fetch
|
||||||
GitLab repositories. The following attributes are required:
|
GitLab repositories. The following attributes are required:
|
||||||
|
|
Loading…
Reference in a new issue