style(nix): format tree with nixfmt#9
Merged
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reformat the active flake
.nixfiles via the flakeformatter(nixpkgs nixfmt 1.2.0).What
bravais-thinkpadtoplevel derivationpath is identical before and after formatting (
ql9gwmrs…), so the build is byte-for-bytethe same. The unstable config also evaluates clean.
modules/desktops/leftwm.nix.Excluded (do-not-edit / side-effecting)
hosts/thinkpad/hardware.nix— machine-generated (nixos-generate-config).home.nix,system.nix— legacy v0, not part of the flake.flakes/rapg/flake.nix— reformatting changes the path-input NAR hash (constraint refactor(modules): Tier 2 roadmap (palette, services/compat, desktop guards, hw/platform split) #10);would need a paired
nix flake update rapg.Verification
nixfmt --checkclean (idempotent) on all 44 in-scope files.nix eval …bravais-thinkpad…toplevel.drvPathunchanged vs baseline.nix eval …bravais-thinkpad-unstable…toplevel.drvPathevaluates clean.🤖 Generated with Claude Code