diff options
author | Greg Hale <ghale@octoml.ai> | 2020-12-02 10:15:18 -0500 |
---|---|---|
committer | Greg Hale <ghale@octoml.ai> | 2020-12-02 10:15:18 -0500 |
commit | d8fc1bb7b00dd7b13d667d3cb41bfcbe0df699d0 (patch) | |
tree | 942ab54610453f03f0fa91dc69051d8690e01d74 /src/libstore/globals.hh | |
parent | 9daf713bcba6b59a8b3949299d8bba1f55969e5c (diff) |
fix tokens documentation
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index eabd83e3f..4655ca058 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -867,7 +867,7 @@ public: 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`: |