about summary refs log tree commit diff
path: root/pkgs/development/julia-modules/depot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/julia-modules/depot.nix')
-rw-r--r--pkgs/development/julia-modules/depot.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/julia-modules/depot.nix b/pkgs/development/julia-modules/depot.nix
index c2189ebaf94c0..017bc19acd503 100644
--- a/pkgs/development/julia-modules/depot.nix
+++ b/pkgs/development/julia-modules/depot.nix
@@ -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