Commit Graph

8 Commits

Author SHA1 Message Date
Tom McLaughlin
338b5bde5d julia.withPackages: improve weak dependency handling 2025-08-13 03:00:03 -07: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
thomasjm
f94050dd24 julia.withPackages: use 4-space indentation for consistency 2024-10-15 21:48:15 -04:00
thomasjm
c61ac9e1ea julia.withPackages: move julia resolve code to its own file 2024-10-15 21:47:40 -04:00
thomasjm
ff29338aa9 julia.withPackages: remove handling for julia_16 2024-10-15 21:46:39 -04:00
thomasjm
729e2822ff julia.withPackages: fix for overrides not in a registry 2024-07-03 18:12:44 -07:00
Tom McLaughlin
2402762c6f julia.withPackages: fix transitive weak-deps resolving 2024-01-03 16:33:51 -08: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