mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Added support for private github repositories
This commit is contained in:
parent
b4e367bf4a
commit
b3d33b02e3
2 changed files with 7 additions and 2 deletions
|
@ -344,6 +344,9 @@ public:
|
|||
|
||||
Setting<Paths> pluginFiles{this, {}, "plugin-files",
|
||||
"Plugins to dynamically load at nix initialization time."};
|
||||
|
||||
Setting<std::string> githubAccessToken{this, "", "github-acces-token",
|
||||
"GitHub access token to get access to GitHub data through the GitHub API for github:<..> flakes."};
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue