Commit Graph

3 Commits

Author SHA1 Message Date
thomasjm
4ebab7e86d julia.withPackages: fix compatibility with new git security features (#315890) 2024-05-31 00:48:27 -07:00
Peter Waller
a4c899381e julia.withPackages: Disable pretty terminal output during nix build
Prior to this patch, julia would log output destined for a terminal
which can support cursor movements, which we don't have while building
under nix.

The only way I could find to turn this off is to set CI=true during
precompilation, which substantially reduces the amount of log output you
end up with, to only the salient output (one line per package, instead
of many identical lines being printed).

Signed-off-by: Peter Waller <p@pwaller.net>
2024-05-03 15:27:28 +01:00
Tom McLaughlin
36bf6afd42 julia.withPackages: init on supported Julias (1.6, 1.8, 1.9)
Be able to build arbitrary Julia environments in Nixpkgs, in the same style as python.withPackages.
2023-12-14 23:00:34 -08:00