[25.05] ci/pinned: update#428039
Merged
wolfgangwalther merged 6 commits intoNixOS:release-25.05from Jul 24, 2025
Merged
Conversation
Fixes all code blocks with "nix" language in markdown files for syntax errors to be able to run nixfmt in the next step. (cherry picked from commit 6c47e7d)
Those had been misplaced by nixfmt. (cherry picked from commit 0f3f710)
Nix 2.3 is marked as insecure and thus not cached anymore. We'll either need to patch it and cache it again or drop it. (cherry picked from commit ea970ff)
This gives us Nix 2.30 and nixfmt 1.0.0. From the nixpkgs-unstable channel: https://hydra.nixos.org/eval/1817034#tabs-inputs Changes for treefmt-nix: numtide/treefmt-nix@a05be41...421b563 (cherry picked from commit 6f56639)
MattSturgeon
approved these changes
Jul 24, 2025
recreated two nixfmt commits and solved merge conflicts in the other one.
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.
Backport of #427437
cherry-picked most commits, except the two
treewide: run nixfmt ..., which I recreated.Had to resolve conflicts in the "fix syntax errors in code blocks" commit.
treefmtwithmarkdown-code-runnerran successfully afterwards, so I was still successful in fixing these.