From 00ec5f0eaf00877df594b64b379ec7ea4ba942a8 Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Fri, 10 Jul 2026 13:32:34 +0200 Subject: [PATCH] doc/release-notes: Add changelog entry for the now deprecated allowBrokenPredicate setting Since 48422decc45a428cab7b4a8fbdc3b07755fd088a the old behaviour is emitting a warning based on the latest supported release version. This documents it. --- doc/release-notes/rl-2611.section.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/release-notes/rl-2611.section.md b/doc/release-notes/rl-2611.section.md index ce3330d0b967..c16ca66b1fca 100644 --- a/doc/release-notes/rl-2611.section.md +++ b/doc/release-notes/rl-2611.section.md @@ -142,10 +142,11 @@ ### Deprecations {#sec-nixpkgs-release-26.11-lib-deprecations} -- Create the first release note entry in this section! +- Setting `config.allowBrokenPredicate` is deprecated in favor of + using `config.problems.handlers.PackageName.broken = "warn"` (or `= + "ignore"`). For more information see [](#sec-allow-broken). ### Additions and Improvements {#sec-nixpkgs-release-26.11-lib-additions-improvements} - Create the first release note entry in this section! -