nix-prefetch-git: redirect git lfs to stderr

This commit is contained in:
Ryan Hendrickson
2023-05-21 09:05:49 +02:00
committed by Bjørn Forsman
parent 2dee1073d9
commit 0f6712d45a
+1 -1
View File
@@ -315,7 +315,7 @@ clone_user_rev() {
tmpHomePath="$(mktemp -d "${TMPDIR:-/tmp}/nix-prefetch-git-tmp-home-XXXXXXXXXX")"
exit_handlers+=(remove_tmpHomePath)
HOME="$tmpHomePath"
git lfs install
clean_git lfs install
fi
# Perform the checkout.