forked from lix-project/lix
fix tokens documentation
This commit is contained in:
parent
9daf713bcb
commit
d8fc1bb7b0
|
@ -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