8298260c64
* chore: Upgarde zlob and biome * chore: Update docs for - chore: Upgarde zlob and biome * fix(nix): redirect Zig cache dirs out of /homeless-shelter Zig 0.16 writes to $HOME/.cache/zig even when --global-cache-dir is passed, which fails in the nix sandbox where $HOME is /homeless-shelter. Point ZIG_*_CACHE_DIR and XDG_CACHE_HOME at $TMPDIR instead. * chore: Update docs for - fix(nix): redirect Zig cache dirs out of /homeless-shelter * chore: lock zlob at 1.3.3 Cargo.toml was bumped to 1.3.3 but Cargo.lock still pinned the 1.3.3-dev.5 prerelease, which made cargo's vendored dir fail resolution under crane's nix build.