lib: remove lib.options.mkPackageOptionMD

Removed this, as it was deprecated in 24.11 and was intended to be
removed in 25.05. Better late than never.
This commit is contained in:
dish
2025-10-03 22:32:40 -04:00
parent bad3e00dba
commit 92aa5dc190
4 changed files with 3 additions and 9 deletions

View File

@@ -297,6 +297,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.