caching, sandboxing, heterogeneity – pick any two

brought up in context of how to cache builds for itihas/publish-review. How do you set up a cache that's usable, correct, available in a sandbox, and gneralizable past my specific, (admittedly idiosyncratic) toolchain?

todo think of good examples of each thing.

caching + sandboxing = copy-on-write

sandboxing + heterogeneity = ??

caching + heterogeneity = ??

Author: Nix build user

Validate