summary refs log tree commit diff stats
path: root/nix/.config/nixpkgs/overlays/node-packages/default.nix
blob: f8521fc408e7ee7bcef5d0b73e4da0644843c59e (plain)
1
2
3
4
5
6
7
8
self: super:

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