Commit 8fd39fa
committed
ci: include lockfile hash in cache key for proper invalidation
Add flake.lock and uv.lock hash to the cache key so that:
- Cache is saved when dependencies change (new hash = new key)
- Old cache is still restored via restore-prefixes-first-match
- Incremental updates build on previous cache
This ensures cache hits do not prevent saving updated derivations
while still benefiting from partial cache restoration.1 parent 871c076 commit 8fd39fa
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
0 commit comments