zombiezen/Set up Nix cache
Configure Nix to read from (and optionally write to) a custom cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| substituters | One or more space-separated cache URLs (typically starts with s3://) | yes | — |
| trusted_public_keys | Space-separated trusted keys for signed downloads. Not required if a private key is given. | no | — |
| secret_keys | Private keys for signing built artifacts. If provided, built derivations will be uploaded to the first substituter. | no | — |
| use_nixcached | Whether to use github.com/zombiezen/nixcached to provide concurrent uploads and cached downloads. Only available on Linux. | — | false |
| nixcached_upload_options | Additional arguments to `nixcached upload`. | no | — |
| aws_access_key_id | Access key ID for downloading and uploading artifacts | no | — |
| aws_secret_access_key | Secret access key for downloading and uploading artifacts | no | — |
Outputs
no outputs