add mergeAttrsList + fix bad listToAttrs usage

This commit is contained in:
Emile Clark-Boman 2025-12-14 09:26:58 +10:00
parent 3d2f657e9d
commit a210d5d037
4 changed files with 23 additions and 3 deletions

View file

@ -5,7 +5,7 @@
result = std.result;
};
in
builtins.listToAttrs [
std.attrs.mergeAttrsList [
# submodule content is accessible first by submodule name
# then by the name of the content (ie self.submodule.myFunc)
{inherit parse;}