rename base -> decl (easily confusable)

This commit is contained in:
do butterflies cry? 2026-02-18 20:12:58 +10:00
parent 870bbb1f37
commit f34c2fba39

View file

@ -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