lib: remove mapAttrsFlatten after a year

It was deprecated in b9c51260d0.
This commit is contained in:
Philip Taron
2025-10-09 12:58:59 -07:00
parent e89bffa28f
commit db45f2b770
3 changed files with 2 additions and 8 deletions

View File

@@ -301,6 +301,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.mapAttrsFlatten` has been removed, following its deprecation in NixOS 24.11. Use `lib.attrsets.mapAttrsToList` instead.
- `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