actions-marketplace-validations/Cache install Nix packages
Use the GitHub Actions cache for Nix packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key | An explicit key for restoring and saving the cache | yes | — |
| restore-keys | An ordered list of keys to use for restoring the cache if no cache hit occurred for key | no | — |
| nix_version | Nix version, defaults to `nixos-unstable`. | — | nixos-unstable |
| nix_file | Nix file, defaults to `default.nix`. | — | default.nix |
| nix_install_url | Install URL for the Nix package manager; obtain newest via https://nixos.org/nix/install. | — | https://releases.nixos.org/nix/nix-2.19.1/install |
Outputs
| name | description |
|---|---|
| cache-hit | A boolean value to indicate an exact match was found for the primary key |