determinatesystems/FlakeHub Cache

Use FlakeHub Cache, zero-configuration binary cache for Nix on GitHub Actions. See: https://flakehub.com/cache

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
use-gha-cacheWhether to upload build results to the Github Actions cache. Set to "no-preference" or null to have the GitHub Actions cache turn on if it is available, and FlakeHub Cache is not available (default). Set to "enabled" or true to explicitly request the GitHub Actions Cache. Set to "disabled" or false to explicitly disable the GitHub Actions Cache. no
flakehub-flake-nameThe name of your flake on FlakeHub. The empty string will autodetect your FlakeHub flake.no""
diff-storeWhether or not to diff the store before and after Magic Nix Cache runsnofalse
startup-notification-portThe port magic-nix-cache uses for daemon startup notification.41239
listenThe host and port to listen on.127.0.0.1:37515
upstream-cacheYour preferred upstream cache. Store paths in this store will not be cached in GitHub Actions' cache.https://cache.nixos.org
diagnostic-endpointDiagnostic endpoint url where diagnostics and performance data is sent. To disable set this to an empty string.-
source-binaryRun a version of the cache binary from somewhere already on disk. Conflicts with all other `source-*` options.no
source-branchThe branch of `magic-nix-cache` to use. Conflicts with all other `source-*` options.no
source-prThe PR of `magic-nix-cache` to use. Conflicts with all other `source-*` options.no
source-revisionThe revision of `nix-magic-nix-cache` to use. Conflicts with all other `source-*` options.no03659f4394aec2317771e29041ef266669e2ee12
source-tagThe tag of `magic-nix-cache` to use. Conflicts with all other `source-*` options.no
source-urlA URL pointing to a `magic-nix-cache` binary. Overrides all other `source-*` options.no
source-checksums-urlURL of a `shasum`-format checksums file listing the SHA-256 of each artifact. Used together with `source-checksums-sha256` to verify the downloaded installer. no
source-checksums-sha256Pinned SHA-256 (hex) of the file served at `source-checksums-url`. Must be set together with `source-checksums-url`. no
flakehub-cache-serverThe FlakeHub binary cache server.https://cache.flakehub.com
flakehub-api-serverThe FlakeHub API server.https://api.flakehub.com
_internal-strict-modeWhether to fail when any errors are thrown. Used only to test the Action; do not set this in your own workflows.nofalse

no outputs