roblox-actionscache/Magic Nix Cache

Free, no-configuration Nix cache. Cut CI time by 50% or more by caching to GitHub Actions' 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
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.-
use-flakehubWhether to upload build results to FlakeHub Cache. Set to "no-preference" or null to have FlakeHub Cache turn on opportunistically (default). Set to "enabled" or true to explicitly request FlakeHub Cache. Set to "disabled" or false to explicitly disable FlakeHub Cache. no
flakehub-cache-serverThe FlakeHub binary cache server.https://cache.flakehub.com
flakehub-api-serverThe FlakeHub API server.https://api.flakehub.com
flakehub-flake-nameThe name of your flake on FlakeHub. The empty string will autodetect your FlakeHub flake.no""
startup-notification-portThe port magic-nix-cache uses for daemon startup notification.41239
diff-storeWhether or not to diff the store before and after Magic Nix Cache runsnofalse
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.no
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
_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