1
0
Fork 0
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:
Kevin Quick 2020-09-29 16:20:54 -07:00
parent 66c3959e8c
commit 5e7838512e
No known key found for this signature in database
GPG key ID: E6D7733599CC0A21
2 changed files with 0 additions and 13 deletions

View file

@ -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