Files
cc-ci/nix
autonomic-bot cebd293c5a
All checks were successful
continuous-integration/drone/push Build is passing
fix(canon): add bash to nightly-sweep runtimeInputs (real timer fire caught missing bash)
The deployed sweep service (writeShellApplication) sets a clean PATH from runtimeInputs only;
mirror_sync shells out via subprocess.run(['bash', recipe-mirror-sync.sh, r]) → FileNotFoundError
'bash' on the real systemd fire (manual ssh runs had bash on PATH and masked it). Add bash.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 12:34:03 +00:00
..