all repos — dotfiles @ 7922a0dc6c19a41872540603e25a0dc3de4080f9

Superseded by nixfiles

nix/.config/nixpkgs/overlays/node-packages/default.nix (view raw)

1
2
3
4
5
6
7
8
self: super:

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