mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
- Improve extractItem error messages: distinguish non-attrset elements from multi-key attrsets, and include the faulty definition via showDefs. - Use isType instead of raw _type access for order detection. - Disable type merging (typeMerge = t: null) instead of providing a functor-based merge. Add test confirming duplicate declarations fail.