lib: deprecate mkAliasOptionModuleMD

This commit is contained in:
Aliaksandr
2025-10-21 15:55:50 +03:00
parent f28be96fda
commit def801fb09
2 changed files with 5 additions and 4 deletions

View File

@@ -345,6 +345,8 @@
### Deprecations {#sec-nixpkgs-release-25.11-lib-deprecations}
- `lib.options.mkAliasOptionModuleMD` is now obsolete; use the identical [`lib.options.mkAliasOptionModule`] instead.
- `types.either` silently accepted mismatching types when used in `freeformType`. Module maintainers should fix the used type
In most cases wrapping `either` with `attrsOf` should be sufficient.