Commit Graph

10 Commits

Author SHA1 Message Date
Tom McLaughlin
338b5bde5d julia.withPackages: improve weak dependency handling 2025-08-13 03:00:03 -07:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Nick Cao
032239c962 julia.withPackages: add juliaCpuTarget option (#361655) 2024-12-04 10:01:12 -05:00
Tom McLaughlin
b69b526e6d julia.withPackages: add juliaCpuTarget option 2024-12-03 21:40:07 -08:00
Tom McLaughlin
23038522f1 julia.withPackages: set empty JULIA_SSL_CA_ROOTS_PATH on darwin 2024-11-28 23:32:35 -08:00
thomasjm
9a582b1334 julia.withPackages: add a comment about Git usage 2024-07-01 23:39:34 -07:00
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