julia: make the LTS release the default version

Reverts the non-syntax part of 1e4c335a94b2df4e74a1e447d2f7074a09ada478.
This commit is contained in:
Pontus Stenetorp 2021-03-28 09:37:02 +00:00
parent a4f2b97a24
commit d51713378b
No known key found for this signature in database
GPG Key ID: D430287500E6483C

View File

@ -10989,9 +10989,9 @@ in
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices; inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
}; };
julia = julia_15;
julia-lts = julia_10; julia-lts = julia_10;
julia-stable = julia_15; julia-stable = julia_15;
julia = julia-lts;
jwasm = callPackage ../development/compilers/jwasm { }; jwasm = callPackage ../development/compilers/jwasm { };