Add new package to overlay

This commit is contained in:
Danila Fedorin 2020-04-26 05:34:30 +00:00
parent 494be4495f
commit 2c18e3af96
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@ self: super:
{
pegasus = super.callPackage ./pegasus/default.nix { crystal = super.crystal_0_31; };
blog = super.callPackage ./blog/default.nix {};
customCrystal = super.callPackage ./custom-crystal/default.nix {};
}