self: super:

let
  nodePackages = super.callPackage ./composition.nix {};
in
{
  bmpr = nodePackages.bmpr;
}