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

Add a mechanism to only cache some store paths

Open lovesegfault opened this issue 2 years ago • 0 comments

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 faster to fetch from GH cache than cachix, and letting a secondary cache hold everything else.

lovesegfault avatar Oct 05 '23 15:10 lovesegfault