1
0
Fork 0
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:
Nick Van den Broeck 2019-04-10 12:12:44 +02:00
parent b4e367bf4a
commit b3d33b02e3
2 changed files with 7 additions and 2 deletions

View file

@ -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."};
};