fix(docs): reformat README module table to satisfy treefmt #61

Merged
lyrathorpe merged 1 commits from fix/treefmt-readme-formatting into main 2026-07-10 11:11:53 +01:00
Owner

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
## 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
lyrathorpe added 1 commit 2026-07-10 11:10:49 +01:00
fix(docs): reformat README module table to satisfy treefmt
CI / flake (pull_request) Successful in 10s
87318cd04d
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>
lyrathorpe merged commit 1df7bec2d7 into main 2026-07-10 11:11:53 +01:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lyrathorpe/nixfiles#61