Commit Graph

4 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
df22fb01df julia.withPackages: better error message on missing nix-sha256 hash 2023-12-22 01:15:42 -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