mirror of
https://github.com/NixOS/nix
synced 2025-06-30 07:33:16 +02:00
Remove github-access-token in favor of access-token.
This commit is contained in:
parent
66c3959e8c
commit
5e7838512e
2 changed files with 0 additions and 13 deletions
|
@ -859,9 +859,6 @@ public:
|
|||
are loaded as plugins (non-recursively).
|
||||
)"};
|
||||
|
||||
Setting<std::string> githubAccessToken{this, "", "github-access-token",
|
||||
"GitHub access token to get access to GitHub data through the GitHub API for `github:<..>` flakes (deprecated, please use 'access-tokens' instead)."};
|
||||
|
||||
Setting<StringMap> accessTokens{this, {}, "access-tokens",
|
||||
R"(
|
||||
Access tokens used to access protected GitHub, GitLab, or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue