fix: make kakoune-cr use crystal 1.2

Co-authored-by: M. Ian Graham <704580+miangraham@users.noreply.github.com>
This commit is contained in:
Evangelos Paterakis 2022-11-21 21:04:41 +02:00
parent ce5ce4bfef
commit 8a4536cba8
No known key found for this signature in database
GPG key ID: FE5185F095BFC8C9

View file

@ -8134,7 +8134,7 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
};
kakoune-cr = callPackage ../tools/misc/kakoune-cr { };
kakoune-cr = callPackage ../tools/misc/kakoune-cr { crystal = crystal_1_2; };
kbdd = callPackage ../applications/window-managers/kbdd { };