Introduced in https://github.com/NixOS/nixpkgs/pull/119942, Robert states a few advantages of "overlay style overridable recursive attributes". I think it would be useful to demonstrate the cases where rec is insufficient or undesirable and show how the finalAttrs pattern addresses them.
Introduced in https://github.com/NixOS/nixpkgs/pull/119942, Robert states a few advantages of "overlay style overridable recursive attributes". I think it would be useful to demonstrate the cases where
rec
is insufficient or undesirable and show how thefinalAttrs
pattern addresses them.