You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michael Daniels edited this page Apr 16, 2026
·
3 revisions
NPV-167: __structuredAttrs must not regress from true to false
Description
__structuredAttrs defines how derivation attributes are passed to the builder. It should evaluate to true for all new packages, and once it evaluates to true, it should not regress.
- Attribute `pkgs.{package_name}` previously evaluated with `__structuredAttrs = true`, but now evaluates with `__structuredAttrs = false`.
Please re-enable `__structuredAttrs = true;` in {file}.