nix-config/overlay/default.nix

10 lines
105 B
Nix

final: prev:
{
bmxd = prev.callPackage ./bmxd.nix { };
pile = prev.callPackage ./pile.nix { };
}