diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-12-05 20:34:34 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-12-05 20:34:34 +0100 |
commit | 048ef27326c107b8d2a10663cd1391b122ad5fa6 (patch) | |
tree | 6c23a8fd491a30e9929bfd6bdcd2aefeb733f4d6 /src | |
parent | 90d2cf6ff98fc970c9abeae6c37dd323fd0ef953 (diff) |
Typo
Diffstat (limited to 'src')
-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 d9e44e976..ae5a78201 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -354,7 +354,7 @@ public: Setting<Paths> pluginFiles{this, {}, "plugin-files", "Plugins to dynamically load at nix initialization time."}; - Setting<std::string> githubAccessToken{this, "", "github-acces-token", + Setting<std::string> githubAccessToken{this, "", "github-access-token", "GitHub access token to get access to GitHub data through the GitHub API for github:<..> flakes."}; Setting<Strings> experimentalFeatures{this, {}, "experimental-features", |