Compare commits
2 commits
b541b78145
...
53dc94ca00
Author | SHA1 | Date | |
---|---|---|---|
raito | 53dc94ca00 | ||
raito | 8fda6facde |
|
@ -31,7 +31,7 @@ rec {
|
|||
|
||||
# Collect a list of attribute sets into an attribute set.
|
||||
# Merge order depends on attrValues iteration order and foldl.
|
||||
chainAttrs = attrs: foldl (a: b: a // b) (builtins.attrValues attrs);
|
||||
chainAttrs = attrs: foldl (a: b: a // b) { } (builtins.attrValues attrs);
|
||||
|
||||
# Given an attribute set of an attribute set of items, does it describe a valid partition of some global set?
|
||||
# This does not check for completeness.
|
||||
|
|
Loading…
Reference in a new issue