Skip to content

Conversation

@vcunat
Copy link
Member

@vcunat vcunat commented Dec 29, 2025

reckenrode and others added 30 commits November 18, 2025 12:55
`rec` -> `finalAttrs`, inlining `with lib`

(cherry picked from commit 8151f33)
Fixes split table dictionary crash regression.

(cherry picked from commit ae4f7fd)
Fixes two regressions in dataclasses.

(cherry picked from commit 27dcfd3)
…flags"

This reverts commit d2c6221.

This is no longer needed in staging due to the proper fix #464707 having been merged

(cherry picked from commit ea27ed7)
This reverts commit ae4f7fd.

Fixed in 3.13.11 and 3.14.2 and as such obsoleted.

(cherry picked from commit d7040cd)
This reverts commit 27dcfd3.

This was fixed in 3.14.2 and as such this patch application has become
obsolete.

(cherry picked from commit 7b97879)
(cherry picked from commit 42e6076)
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
(cherry picked from commit 95c583a)
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
(cherry picked from commit 9081cd4)
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
(cherry picked from commit 3634e63)
@vcunat vcunat added the 1.severity: security Issues which raise a security issue, or PRs that fix one label Dec 29, 2025
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-linux-stdenv This PR causes stdenv to rebuild on Linux and must target a staging branch. 10.rebuild-darwin-stdenv This PR causes stdenv to rebuild on Darwin and must target a staging branch. 10.rebuild-darwin: 5001+ This PR causes many rebuilds on Darwin and must target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. 4.workflow: staging A staging-next or staging-next-XX.YY branch labels Dec 29, 2025
@michalrus
Copy link
Member

michalrus commented Dec 31, 2025

Thanks a lot!

A mini-reminder that users currently can’t print from graphical interfaces on the latest nixos-25.11 – since CUPS 2.4.15 released a bug:

@vcunat
Copy link
Member Author

vcunat commented Jan 2, 2026

@dyfrgi
Copy link

dyfrgi commented Jan 4, 2026

Looks like it's the man binary segfaulting (exit code 139) but I don't see a backtrace or any way to get the core file. util-linux, which contains man, is updated from 2.41.2 to 2.41.3 in this PR so there's probably a new bug on Darwin.

Looks like that update contains a number of small bugfixes plus a fix for CVE-2025-14104 (score 6.1), which was analyzed to probably not apply to NixOS due to NixOS limiting username length to 31 characters. #473698 (comment). Nonetheless, it might be worth be worth trying that build again with that change dropped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.severity: security Issues which raise a security issue, or PRs that fix one 4.workflow: staging A staging-next or staging-next-XX.YY branch 9.needs: reviewer This PR currently has no reviewers requested and needs attention. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 5001+ This PR causes many rebuilds on Darwin and must target the staging branches. 10.rebuild-darwin-stdenv This PR causes stdenv to rebuild on Darwin and must target a staging branch. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 10.rebuild-linux-stdenv This PR causes stdenv to rebuild on Linux and must target a staging branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.