mirror of
https://github.com/NixOS/nix
synced 2025-06-29 19:03:16 +02:00
Typo
This commit is contained in:
parent
90d2cf6ff9
commit
048ef27326
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue