julia.withPackages: let environment inherit meta from julia

This commit is contained in:
Tom McLaughlin 2023-12-21 16:01:53 -07:00
parent 30cd89625c
commit 42e7a23280

View file

@ -170,6 +170,7 @@ runCommand "julia-${julia.version}-env" {
inherit julia;
inherit juliaWrapped;
meta = julia.meta;
# Expose the steps we used along the way in case the user wants to use them, for example to build
# expressions and build them separately to avoid IFD.