julia.withPackages: add a comment about Git usage

(cherry picked from commit 9a582b1334)
This commit is contained in:
thomasjm 2024-07-01 23:39:34 -07:00 committed by github-actions[bot]
parent ea6033ce4d
commit 5ea3303457

View File

@ -56,6 +56,7 @@ runCommand "julia-depot" {
# See https://github.com/NixOS/nixpkgs/issues/315890
git config --global --add safe.directory '*'
# Tell Julia to use the Git binary we provide, rather than internal libgit2.
export JULIA_PKG_USE_CLI_GIT="true"
# At time of writing, this appears to be the only way to turn precompiling's