Skip to content

style(nix): format tree with nixfmt#9

Merged
UnbreakableMJ merged 1 commit into
mainfrom
style/nixfmt
Jun 24, 2026
Merged

style(nix): format tree with nixfmt#9
UnbreakableMJ merged 1 commit into
mainfrom
style/nixfmt

Conversation

@UnbreakableMJ

Copy link
Copy Markdown
Contributor

Reformat the active flake .nix files via the flake formatter (nixpkgs nixfmt 1.2.0).

What

  • Whitespace/layout only — no semantic change. The bravais-thinkpad toplevel derivation
    path is identical before and after formatting (ql9gwmrs…), so the build is byte-for-byte
    the same. The unstable config also evaluates clean.
  • 40 files reformatted (+1526/−1113), dominated by the large modules/desktops/leftwm.nix.

Excluded (do-not-edit / side-effecting)

Verification

  • nixfmt --check clean (idempotent) on all 44 in-scope files.
  • nix eval …bravais-thinkpad…toplevel.drvPath unchanged vs baseline.
  • nix eval …bravais-thinkpad-unstable…toplevel.drvPath evaluates clean.

🤖 Generated with Claude Code

Reformat the active flake .nix files via the flake `formatter`
(nixpkgs nixfmt 1.2.0). Whitespace/layout only: the bravais-thinkpad
toplevel derivation path is unchanged before and after, so the build
is byte-identical and the change is semantically neutral.

Excluded (do-not-edit / side-effecting):
- hosts/thinkpad/hardware.nix — machine-generated (nixos-generate-config)
- root home.nix, system.nix — legacy v0, not part of the flake
- flakes/rapg/flake.nix — path-input NAR hash would change (constraint #10),
  needing a paired `nix flake update rapg`

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@UnbreakableMJ UnbreakableMJ merged commit 407e11b into main Jun 24, 2026
1 check passed
@UnbreakableMJ UnbreakableMJ deleted the style/nixfmt branch June 24, 2026 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant