diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-12-02 23:42:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 23:42:36 +0100 |
commit | 6ed09cb8c2c27f30bec1eccb153db80dc5a77520 (patch) | |
tree | 942ab54610453f03f0fa91dc69051d8690e01d74 | |
parent | 9daf713bcba6b59a8b3949299d8bba1f55969e5c (diff) | |
parent | d8fc1bb7b00dd7b13d667d3cb41bfcbe0df699d0 (diff) |
Merge pull request #4301 from imalsogreg/tokens-doc-fix
fix tokens documentation
-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`: |