CI (nix flake check) has been failing on main since the #56 docs merge. The treefmt/formatting flake check builds red because the module-catalogue table in README.md was committed without prettier's alignment.
The CI workflow deliberately runs the full check whenever a .nix file, flake.lock, or the workflow itself changes, so every such PR now fails on this pre-existing README defect (e.g. PR #59, the Renovate gitea-actions bump).
Fix
Reformat README.md with the flake's pinned formatter (nix fmt). Whitespace only — column padding of the table changes, no content change (11 lines).
## Problem
CI (`nix flake check`) has been failing on `main` since the #56 docs merge. The treefmt/formatting flake check builds red because the module-catalogue table in `README.md` was committed without prettier's alignment.
The CI workflow deliberately runs the full check whenever a `.nix` file, `flake.lock`, or the workflow itself changes, so every such PR now fails on this pre-existing README defect (e.g. PR #59, the Renovate gitea-actions bump).
## Fix
Reformat `README.md` with the flake's pinned formatter (`nix fmt`). Whitespace only — column padding of the table changes, no content change (11 lines).
## Verification
- `nix build .#checks.x86_64-linux.formatting` — passes (0 files changed)
- `nix flake check` — all checks pass (treefmt, deadnix, statix, pre-commit)
- Per-host eval of every nixos/darwin host — all OK
The module-catalogue table in README.md was committed without prettier's
alignment, so the treefmt formatting flake check fails. This has left
CI (nix flake check) red on main since the #56 docs merge and blocks
every PR that triggers the full check.
Reformat with the flake's pinned formatter; no content change.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem
CI (
nix flake check) has been failing onmainsince the #56 docs merge. The treefmt/formatting flake check builds red because the module-catalogue table inREADME.mdwas committed without prettier's alignment.The CI workflow deliberately runs the full check whenever a
.nixfile,flake.lock, or the workflow itself changes, so every such PR now fails on this pre-existing README defect (e.g. PR #59, the Renovate gitea-actions bump).Fix
Reformat
README.mdwith the flake's pinned formatter (nix fmt). Whitespace only — column padding of the table changes, no content change (11 lines).Verification
nix build .#checks.x86_64-linux.formatting— passes (0 files changed)nix flake check— all checks pass (treefmt, deadnix, statix, pre-commit)