about summary refs log tree commit diff
path: root/nix/emptyDerivation
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-09-15T11·22+0200
committersterni <sternenseemann@systemli.org>2021-09-15T22·37+0000
commitd7f60bcb043925670c02a8ccf9067e97d647bc87 (patch)
tree927382756adc56ef8c8b63558603234cf23ab204 /nix/emptyDerivation
parentd904724adf6650747d79b80426432f59620ec175 (diff)
feat(nix/readTree): record list of children added by readTree r/2869
This change adds a new attribute to readTree nodes, `__readTreeChildren`
which is a list of attribute names added to this node by readTree.

This is then used by `gather` for `ci.targets` to avoid evaluating
attributes unnecessarily. Especially since Nix is not as lazy as we'd
like when determining types (i. e. child ? __readTree needs to force
`child` even when it's not an attribute set), evaluating attributes
unnecessarily is sometimes problematic.

Change-Id: I0a98691d41f987e23ee7e9ba21fbe465da5fe402
Diffstat (limited to 'nix/emptyDerivation')
0 files changed, 0 insertions, 0 deletions