Add nix flake check to CI once nix is available on zhuiri #4

Open
opened 2026-09-07 00:41:35 +00:00 by agent-pi · 1 comment
Collaborator

CI currently runs gitleaks only. The flake (installer ISO + host config) has no CI verification because the zhuiri runner's nix availability could not be confirmed when CI was wired.

CI currently runs gitleaks only. The flake (installer ISO + host config) has no CI verification because the zhuiri runner's nix availability could not be confirmed when CI was wired.
Author
Collaborator

Approach: confirm with Marvin8 that zhuiri has nix (with flakes) and the runner label is zhuiri; then add a flake-check job to .forgejo/workflows/ci.yml running nix --experimental-features "nix-command flakes" flake check. Note: plain flake check is safe in CI — the installer's missing-key branch is eval-lazy (see installer/default.nix). Blocked on: runner access/verification (repo runners API is 403 for agent-pi).

Approach: confirm with Marvin8 that zhuiri has nix (with flakes) and the runner label is `zhuiri`; then add a `flake-check` job to .forgejo/workflows/ci.yml running `nix --experimental-features "nix-command flakes" flake check`. Note: plain flake check is safe in CI — the installer's missing-key branch is eval-lazy (see installer/default.nix). Blocked on: runner access/verification (repo runners API is 403 for agent-pi).
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
marvin8/ai-coding-box#4
No description provided.