Enable Nix and refresh linux cache volumes
Some checks failed
Build Rust / Cargo Test (push) Failing after 9s
Build Site / Next.js Build (push) Failing after 8s
Build Apple / Build App (iOS Simulator) (push) Has been cancelled
Build Apple / Build App (macOS) (push) Has been cancelled

This commit is contained in:
Conrad Kramer 2026-03-19 04:18:38 -07:00
parent 0310ef17dc
commit c47f0e6bea
5 changed files with 19 additions and 13 deletions

View file

@ -48,7 +48,8 @@ profile. The important knobs are:
- `namespace.linux_cache_*` / `namespace.macos_cache_*` persistent cache
volumes mounted into runners so Linux can keep `/nix` plus shared build
caches warm and macOS can reuse Rust toolchains, Xcode package caches, and
lane-local derived data.
lane-local derived data. If Namespace keeps reusing an older undersized cache
volume, bump the cache tag name to force a fresh allocation at the new size.
### Running locally