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

Save 30-50%+ of CI time without any effort or cost. Use Magic Nix Cache, a totally free and zero-configuration binary cache for Nix on GitHub Actions.

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

I'm looking at my caches and there's lots of very tiny objects. I'm not sure if it's possible to skip caching these without causing rebuild of bigger outputs? If there...

Hi, I've been trying to combine this with Cachix but I'm unable to get it to not download derivations that are already present in cachix. Do I misunderstand something about...

I have a giant nix build step with a 5h timeout. When the build fails early for some reason, I can see the caching action store successfully built paths. But...

I am using the magic-nix-cache-action project in https://github.com/ereslibre/homelab. Thanks for this project! During the post job cleanup, the output states: ``` ... 2023-08-15T18:59:06.1176097Z ##[error]The runner has received a shutdown signal....

https://github.com/C0D3-M4513R/DexProtectOscRS/actions/runs/6678023350/job/18148629766?pr=8 (Post run is the interesting part here) from: https://github.com/C0D3-M4513R/DexProtectOscRS/pull/8 in: https://github.com/C0D3-M4513R/DexProtectOscRS/pull/8/commits/945cebbe4f559e4c4e9822c6df0415fb81becbf8

Getting lots of rate-limiting failures described in the [usage notes](https://github.com/DeterminateSystems/magic-nix-cache-action#usage-notes). could this be addressed by using an optional alternate github token with a higher rate limit like the one used...

My use case is I have a cachix cache which is set to _not_ cache anything already present in cache.nixos.org. In my builds I'd like for the magic-cache to only...

Since the cache is pretty size-restricted, I want to filter what gets cached by store path. This would allow only caching things in the hot-path of your CI, since it's...

So my understanding is that this action will not cache anything that has been fetched from `cache.nixos.org`? I would actually be very interested in caching these store paths locally as...