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 |
|
 Nick CaoandGitHub
|
c99ceeab58
|
Merge pull request #324004 from codedownio/julia-withpackages-override-fix
julia.withPackages: fix for overrides not in a registry
|
2024-07-04 21:23:38 -04:00 |
|
thomasjm
|
729e2822ff
|
julia.withPackages: fix for overrides not in a registry
|
2024-07-03 18:12:44 -07:00 |
|
thomasjm
|
e0ce7570a2
|
julia.withPackages: fix weak deps on Julia 1.10
|
2024-07-01 23:40:53 -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 |
|