nix-config/overlay/default.nix

8 lines
103 B
Nix

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