A Julia build system + julia2nix

Hi,

I’ve just created PR #208379 with the ability to import Julia packages, patch them up and create an environment with them available. I’ve tested it with the package Plots and its almost 200 dependencies (counting artifact separately) which doesn’t work if you just add it with Pkg.add (apart from within vscode).

If you are a Julia user and would like to help, check it out!

2 Likes