Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot]
2025-10-08 00:16:11 +00:00
committed by GitHub
156 changed files with 1465 additions and 935 deletions

View File

@@ -299,6 +299,8 @@
- `reaction` has been updated to version 2, which includes some breaking changes.
For more information, [check the release article](https://blog.ppom.me/en-reaction-v2).
- `lib.options.mkPackageOptionMD` has been removed, following its deprecation in NixOS 24.11. Use `lib.options.mkPackageOption` instead.
- The `buildPythonPackage` and `buildPythonApplication` functions now require
an explicit `format` attribute. Previously the default format used setuptools
and called `setup.py` from the source tree, which is deprecated.