Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v7

- run: nix flake check
- name: Check Nix flake
# Retry once on failure: cache.nixos.org occasionally drops a TCP
# connection mid-download, causing Nix's built-in resume to receive
# HTTP 416 and exhaust all 5 internal retries. A fresh attempt (no
# partial-download state) reliably succeeds. The || idiom runs the
# second attempt only when the first exits non-zero.
run: nix flake check || nix flake check