cache-nix-action icon indicating copy to clipboard operation
cache-nix-action copied to clipboard

Cache Nix store in GitHub Actions to speed up workflows [maintainer=@deemp]

Results 25 cache-nix-action issues
Sort by recently updated
recently updated
newest added

## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes an...

## Describe the bug I set `gc-max-store-size: 2147483648` in my workflow, but it doesn't seem to run the garbage collector, despite the store being bigger than 2GiB. ## To Reproduce...

## Description of a problem the feature solves Currently, users have to specify the `gc-max-store-size*` inputs as the number of bytes. E.g., `1073741824` to mean 1 GB. Readers have to...

## Description of a problem the feature solves Currently, users have to specify the `purge-last-accessed` and `purge-created` inputs as the number of seconds. E.g., `3600` to mean one hour. Readers...

## Description of a problem the feature solves Many people use the official `cachix/install-nix-action` and their workflows may depend on its features. @C0D3-M4513R supposed that `cache-nix-action` may work with the...