Files
nix/src
John Ericson bec4da9e26 NarCache improvements
- Separate implementation, abstract implements

- `NarCache` work in constant memory

  This is using `RestoreSink` to dedup some write-side IO, but I am not
  so sure that is a good idea. We'll continue reworking it.

- Use pathlocks to avoid download storms

- Use `Descriptor`-based logic, not `pathExists` to avoid symlink races
  if anything is deleted.
2026-01-26 15:30:09 -05:00
..
2026-01-21 23:23:23 -05:00
2026-01-26 15:30:09 -05:00
2026-01-05 11:39:15 -05:00
2026-01-26 15:30:09 -05:00
2024-10-09 11:58:17 -04:00