Add nix flake check to CI once nix is available on zhuiri #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Approach: confirm with Marvin8 that zhuiri has nix (with flakes) and the runner label is
zhuiri; then add aflake-checkjob to .forgejo/workflows/ci.yml runningnix --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).