doc/release-notes: Add changelog entry for the now deprecated allowBrokenPredicate setting

Since 48422decc4 the old behaviour is
emitting a warning based on the latest supported release version. This
documents it.
This commit is contained in:
Andreas Rammhold
2026-07-13 13:39:20 +02:00
parent 4aef6f76d4
commit 00ec5f0eaf
+3 -2
View File
@@ -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!