mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 05:56:03 +01:00
Fix reference to older name for access-tokens config value.
This commit is contained in:
parent
8fba2a8b54
commit
ef2a14be19
1 changed files with 1 additions and 1 deletions
|
|
@ -890,7 +890,7 @@ public:
|
|||
Example `~/.config/nix/nix.conf`:
|
||||
|
||||
```
|
||||
personal-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`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue