Loading pkgs/development/compilers/crystal/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -335,6 +335,13 @@ rec { doCheck = false; # Some compiler spec problems on x86-64_linux with the .0 release }; crystal_1_15 = generic { version = "1.15.1"; sha256 = "sha256-L/Q8yZdDq/wn4kJ+zpLfi4pxznAtgjxTCbLnEiCC2K0="; binary = binaryCrystal_1_10; llvmPackages = llvmPackages_18; doCheck = false; }; crystal = crystal_1_14; crystal = crystal_1_15; } pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -5764,6 +5764,7 @@ with pkgs; crystal_1_11 crystal_1_12 crystal_1_14 crystal_1_15 crystal; crystalline = callPackage ../development/tools/language-servers/crystalline { Loading Loading
pkgs/development/compilers/crystal/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -335,6 +335,13 @@ rec { doCheck = false; # Some compiler spec problems on x86-64_linux with the .0 release }; crystal_1_15 = generic { version = "1.15.1"; sha256 = "sha256-L/Q8yZdDq/wn4kJ+zpLfi4pxznAtgjxTCbLnEiCC2K0="; binary = binaryCrystal_1_10; llvmPackages = llvmPackages_18; doCheck = false; }; crystal = crystal_1_14; crystal = crystal_1_15; }
pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -5764,6 +5764,7 @@ with pkgs; crystal_1_11 crystal_1_12 crystal_1_14 crystal_1_15 crystal; crystalline = callPackage ../development/tools/language-servers/crystalline { Loading