Merge pull request #4301 from imalsogreg/tokens-doc-fix
fix tokens documentation
This commit is contained in:
commit
6ed09cb8c2
1 changed files with 1 additions and 1 deletions
|
@ -867,7 +867,7 @@ public:
|
||||||
Example `~/.config/nix/nix.conf`:
|
Example `~/.config/nix/nix.conf`:
|
||||||
|
|
||||||
```
|
```
|
||||||
access-tokens = "github.com=23ac...b289 gitlab.mycompany.com=PAT:A123Bp_Cd..EfG gitlab.com=OAuth2:1jklw3jk"
|
access-tokens = github.com=23ac...b289 gitlab.mycompany.com=PAT:A123Bp_Cd..EfG gitlab.com=OAuth2:1jklw3jk
|
||||||
```
|
```
|
||||||
|
|
||||||
Example `~/code/flake.nix`:
|
Example `~/code/flake.nix`:
|
||||||
|
|
Loading…
Reference in a new issue