nix-prefetch-git: redirect git lfs to stderr

This commit is contained in:
Ryan Hendrickson 2023-05-08 14:17:31 -04:00 committed by Bjørn Forsman
parent 2dee1073d9
commit 0f6712d45a

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.