Commit bc10353
committed
perf(ci): add nix-community/cache-nix-action for store caching
Cache Nix store paths to speed up subsequent CI runs.
The cache key includes OS, flake.lock hash, and tools list.
Features:
- Restores from cache before installing packages
- Saves updated store after job completion
- Garbage collection keeps cache under 1GB
- Falls back to partial cache matches1 parent 0fc29e3 commit bc10353
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
18 | 28 | | |
19 | 29 | | |
20 | 30 | | |
| |||
0 commit comments