mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 09:19:36 +01:00
Re-add support for github-access-token, but mark as deprecated.
This commit is contained in:
parent
ef2a14be19
commit
5a35cc29bf
2 changed files with 11 additions and 1 deletions
|
|
@ -861,7 +861,7 @@ public:
|
|||
)"};
|
||||
|
||||
Setting<std::string> githubAccessToken{this, "", "github-access-token",
|
||||
"GitHub access token to get access to GitHub data through the GitHub API for `github:<..>` flakes."};
|
||||
"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"(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue