Commit Graph

7 Commits

Author SHA1 Message Date
Maevi
3126d71478 treewide: remove exec bit from files that don't need it
find . -type f -executable ! -name '*.sh' -exec grep -L '^#!' {} \; | xargs chmod a-x
2026-01-16 15:42:35 +01:00
Tom McLaughlin
338b5bde5d julia.withPackages: improve weak dependency handling 2025-08-13 03:00:03 -07:00
Tom McLaughlin
c31efe9150 julia.withPackages: fix artifact fixupPhase on darwin 2024-11-28 23:32:35 -08:00
Tom McLaughlin
1c1dfd06c2 julia.withPackages: fix multiprocessing usage to work on macOS 2024-11-27 05:02:17 -08:00
thomasjm
10c3c185c6 julia.withPackages: fix some artifact builds 2024-03-13 02:17:31 -07:00
Tom McLaughlin
e9cdd5fae8 julia.withPackages: handle non-archive artifacts (fixes #277410) 2023-12-29 14:56:09 -07: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