rename base -> decl (easily confusable)
This commit is contained in:
parent
870bbb1f37
commit
f34c2fba39
1 changed files with 3 additions and 3 deletions
|
|
@ -93,13 +93,13 @@
|
||||||
Cerulean Nexus config must be provided as an attribute set, got "${typeOf nexus}" instead!
|
Cerulean Nexus config must be provided as an attribute set, got "${typeOf nexus}" instead!
|
||||||
Ensure the `nexus` declaration is an attribute set under your call to `cerulean.mkNexus`.
|
Ensure the `nexus` declaration is an attribute set under your call to `cerulean.mkNexus`.
|
||||||
''; let
|
''; let
|
||||||
base = nt.projectOnto templateNexus nexus;
|
decl = nt.projectOnto templateNexus nexus;
|
||||||
in
|
in
|
||||||
# XXX: TODO: create a different version of nt.projectOnto that can actually
|
# XXX: TODO: create a different version of nt.projectOnto that can actually
|
||||||
# XXX: TODO: handle applying a transformation to the result of each datapoint
|
# XXX: TODO: handle applying a transformation to the result of each datapoint
|
||||||
base
|
decl
|
||||||
// {
|
// {
|
||||||
groups = parseGroupDecl base.groups;
|
groups = parseGroupDecl decl.groups;
|
||||||
};
|
};
|
||||||
|
|
||||||
parseDecl = outputsBuilder: let
|
parseDecl = outputsBuilder: let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue