actions-marketplace-validations/S3 nix cache

nix-build with the help of caching to S3

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
endpointS3 endpoint, s3://...yes
signingKeySigning key secret created with `nix key generate-secret`yes
awsAccessKeyIdAWS access key IDyes
awsSecretAccessKeyAWS secret access keyyes
skipPushSet to true to disable pushing build results to the cachenofalse
pathsToPushWhitespace-separated list of paths to push. Leave empty to push every build result.no
pushFilterIgnored if pathsToPush is set. Regular expression to exclude derivations for the cache push, for example "(-source$|nixpkgs\.tar\.gz$)". Warning: this filter does not guarantee it will not get pushed in case the path is part of the closure of something that will get pushed.no
nixArgsExtra command-line arguments to pass to nix. If empty, defaults to -j8no

no outputs