Build pegasus with Crystal 0.31

This commit is contained in:
Danila Fedorin 2020-04-07 23:48:02 -07:00
parent 1b175b739b
commit 421be85def
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
self: super:
{
pegasus = super.callPackage ./pegasus/default.nix {};
pegasus = super.callPackage ./pegasus/default.nix { crystal = super.crystal_0_31; };
blog = super.callPackage ./blog/default.nix {};
}