julia: make the LTS release the default version

Reverts the non-syntax part of 1e4c335a94.
This commit is contained in:
Pontus Stenetorp
2021-04-28 06:55:52 +00:00
parent a4f2b97a24
commit d51713378b
+1 -1
View File
@@ -10989,9 +10989,9 @@ in
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
};
julia = julia_15;
julia-lts = julia_10;
julia-stable = julia_15;
julia = julia-lts;
jwasm = callPackage ../development/compilers/jwasm { };