This repository has been archived on 2021-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
custom-nix/overlay.nix

8 lines
230 B
Nix
Raw Permalink Normal View History

2020-04-07 17:55:24 -07:00
self: super:
2020-04-07 19:20:38 -07:00
{
2020-04-07 23:48:02 -07:00
pegasus = super.callPackage ./pegasus/default.nix { crystal = super.crystal_0_31; };
2020-04-07 20:20:41 -07:00
blog = super.callPackage ./blog/default.nix {};
2020-04-25 22:34:30 -07:00
customCrystal = super.callPackage ./custom-crystal/default.nix {};
2020-04-07 17:55:24 -07:00
}