Fix Namespace Apple runner dispatch
Some checks failed
Build Rust / Cargo Test (push) Successful in 4m15s
Build Site / Next.js Build (push) Failing after 5s
Lint Governance / BEP Metadata (push) Successful in 1s
Cache: Publish Nix / Publish Nix Cache (push) Failing after 20s

This commit is contained in:
Conrad Kramer 2026-06-07 08:26:23 -07:00
parent 212b129c31
commit a4db952d3f
12 changed files with 77 additions and 15 deletions

View file

@ -27,7 +27,7 @@ burrow_prepare_flake_ref() {
local resolved
resolved="$(cd "${input}" && pwd)"
local cache_root="${HOME}/.cache/burrow"
local cache_root="${BURROW_FLAKE_CACHE_ROOT:-${HOME}/.cache/burrow}"
mkdir -p "${cache_root}"
local copy_root
@ -37,6 +37,8 @@ burrow_prepare_flake_ref() {
rsync -a \
--delete \
--exclude '.git' \
--exclude '.cache' \
--exclude '.derived-data' \
--exclude '.direnv' \
--exclude 'result' \
--exclude 'burrow.sock' \