Conversation
…e-1.20260408 kernel 6.12.75, firmware 1.20260408
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/4e92bbcdb030f3b4782be4751dc08e6b6cb6ccf2?narHash=sha256-OEf7YqhF9IjJFYZJyuhAypgU%2BVsRB5lD4DuiMws5Ltc%3D' (2026-04-07)
→ 'github:NixOS/nixpkgs/7e495b747b51f95ae15e74377c5ce1fe69c1765f?narHash=sha256-B35lpsqnSZwn1Lmz06BpwF7atPgFmUgw1l8KAV3zpVQ%3D' (2026-04-13)
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/7e495b7' (2026-04-13)
→ 'github:NixOS/nixpkgs/10e7ad5' (2026-04-21)
flake.lock: Update
raspberrypi: workaround nixpkgs#513512 (invalid write to vm/mmap_rnd_bits)
chore: add formatter
Link #60 in README.md
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/10e7ad5bbcb421fe07e3a4ad53a634b0cd57ffac?narHash=sha256-vl3dkhlE5gzsItuHoEMVe%2BDlonsK%2B0836LIRDnm6MXQ%3D' (2026-04-21)
→ 'github:NixOS/nixpkgs/755f5aa91337890c432639c60b6064bb7fe67769?narHash=sha256-ypxFOeDz%2BCqADEQNL72haqGjvZQdBR5Vc7pyx2JDttI%3D' (2026-04-29)
Kernel 6.12.85
The `pageSizeKiB` option was added in NixOS/nixpkgs@e29eca2
Use override for jemalloc-page-size-16k overlay
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/755f5aa91337890c432639c60b6064bb7fe67769?narHash=sha256-ypxFOeDz%2BCqADEQNL72haqGjvZQdBR5Vc7pyx2JDttI%3D' (2026-04-29)
→ 'github:NixOS/nixpkgs/0c88e1f2bdb93d5999019e99cb0e61e1fe2af4c5?narHash=sha256-q/nkKLDtHIyLjZpKhWk3cSK5IYsFqtMd6UtXF3ddjgA%3D' (2026-05-05)
Kernel 6.12.87
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/0c88e1f2bdb93d5999019e99cb0e61e1fe2af4c5?narHash=sha256-q/nkKLDtHIyLjZpKhWk3cSK5IYsFqtMd6UtXF3ddjgA%3D' (2026-05-05)
→ 'github:NixOS/nixpkgs/d7a713c0b7e47c908258e71cba7a2d77cc8d71d5?narHash=sha256-6xWoytx8jFW4PF1GjRm/i/53trbpKGfz6zjzQGBr4cI%3D' (2026-05-14)
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.
Changes
Full Changelog: v1.20260411.0...d567e94
Kernel & firmware
Overlays
pageSizeKiBpath on nixpkgs ≥ 26.05, with a fallback for older nixpkgs.Tooling & repo hygiene
nixpkgs-fmtset as the flake formatter (nix fmt), CI format check added on PRs todevelop/main, full-tree reformat, plus.git-blame-ignore-revsto hide the reformat commit fromgit blame.Routine
flake.lockupdates by @nvmd,github-actions[bot]in flake.lock: Update #176, 0fca4e5, fe4a9ba, 8092648, d567e94.Migration notes
Contributors: Nix files must now be formatted with
nixpkgs-fmt(nix fmt); the CI check added in chore: add formatter #139 will fail otherwise. Configure localgit blameto honor the ignore-revs file:Users: no breaking changes. The
nixpkgsinput still tracksnixos-25.11; thejemalloc-page-size-16kchange is transparent until consumers move to nixpkgs ≥ 26.05.