From 421be85defc3c5a6117c5009cb881331ece47a44 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 7 Apr 2020 23:48:02 -0700 Subject: [PATCH] Build pegasus with Crystal 0.31 --- overlay.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay.nix b/overlay.nix index 399e827..5535291 100644 --- a/overlay.nix +++ b/overlay.nix @@ -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 {}; }