Fix reference to older name for access-tokens config value.

This commit is contained in:
Kevin Quick 2020-09-25 08:08:27 -07:00
parent 8fba2a8b54
commit ef2a14be19
No known key found for this signature in database
GPG key ID: E6D7733599CC0A21

View file

@ -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`: