diff options
author | Vincent Ambo <tazjin@google.com> | 2019-09-21T11·15+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2019-09-21T11·44+0100 |
commit | 64f74abc4df6676e3cd4c7f34210fd2aea433f16 (patch) | |
tree | fd213bf2f9e279cfab4a9bf98f5ee5866fd25837 /tools/nixery/README.md | |
parent | e4d03fdb17041ead530aa3e115f84988148a3b21 (diff) |
feat: Add configuration option for popularity data URL
Diffstat (limited to 'tools/nixery/README.md')
-rw-r--r-- | tools/nixery/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/nixery/README.md b/tools/nixery/README.md index 3bc6df845a7f..3026451c74e0 100644 --- a/tools/nixery/README.md +++ b/tools/nixery/README.md @@ -83,6 +83,7 @@ variables: for building * `NIX_TIMEOUT`: Number of seconds that any Nix builder is allowed to run (defaults to 60 +* `NIX_POPULARITY_URL`: URL to a file containing popularity data for the package set (see `popcount/`) * `GCS_SIGNING_KEY`: A Google service account key (in PEM format) that can be used to sign Cloud Storage URLs * `GCS_SIGNING_ACCOUNT`: Google service account ID that the signing key belongs |