all repos — dotfiles @ fd19e064aa2eb62a6faeaf9aef2f46b31f6848df

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;
}