Commit 0bbfd2d
authored
chore(ci): switch to cache-nix-action for Nix store caching (#87)
* chore(ci): switch to cache-nix-action for Nix store caching
Replace cachix-action (numtide) with nix-community/cache-nix-action.
This uses GitHub Actions cache to store /nix/store directly, providing
faster CI builds without requiring external Cachix configuration.
Changes:
- Update install-nix-action to v31.9.0
- Replace cachix-action with cache-nix-action v7
- Use OS-based cache key for broader cache hits
* test cache1 parent 6c3b5bd commit 0bbfd2d
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments