autoformatter for nix files#5084
Closed
disassembler wants to merge 1 commit into
Closed
Conversation
0227701 to
2d613d8
Compare
paolino
reviewed
Feb 4, 2026
paolino
left a comment
Collaborator
There was a problem hiding this comment.
CI is not running on this PR, I have to look at that
paolino
requested changes
Feb 4, 2026
Collaborator
|
Superseded by #5090 |
paolino
added a commit
that referenced
this pull request
Feb 4, 2026
<!--
Detail in a few bullet points the work accomplished in this PR.
Before you submit, don't forget to:
* Make sure the GitHub PR fields are correct:
✓ Set a good Title for your PR.
✓ Assign yourself to the PR.
✓ Assign one or more reviewer(s).
✓ Link to a Jira issue, and/or other GitHub issues or PRs.
✓ In the PR description delete any empty sections
and all text commented in <!--, so that this text does not appear
in merge commit messages.
* Don't waste reviewers' time:
✓ If it's a draft, select the Create Draft PR option.
✓ Self-review your changes to make sure nothing unexpected slipped
through.
* Try to make your intent clear:
✓ Write a good Description that explains what this PR is meant to do.
✓ Jira will detect and link to this PR once created, but you can also
link this PR in the description of the corresponding Jira ticket.
✓ Highlight what Testing you have done.
✓ Acknowledge any changes required to the Documentation.
-->
Expoes windowsPackages and musl64Packages for Daedalus.
built on #5084 to keep diff as small as possible
### Comments
<!-- Additional comments, links, or screenshots to attach, if any. -->
### Issue Number
<!-- Reference the Jira/GitHub issue that this PR relates to, and which
requirements it tackles.
Note: Jira issues of the form ADP- will be auto-linked. -->
paolino
added a commit
that referenced
this pull request
Feb 4, 2026
Reading and editing the nix code in this repository is very painful because it doesn't conform to any sort of standard structure. This uses the default treefmt-nix structure. I've manually run treefmt once to reformat all nix files. ## CI Check To verify formatting is correct, run: ```bash nix fmt -- --fail-on-change ``` This will fail if any nix files need reformatting. --- Original PR: #5084 by @disassembler
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.
Reading and editing the nix code in this repository is very painful because it doesn't conform to any sort of standard structure. This uses the default treefmt-nix structure.
I've manually run treefmt once to reformat all nix files.
CI Check
To verify formatting is correct, run:
This will fail if any nix files need reformatting.