mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
nix-prefetch-git: redirect git lfs to stderr
This commit is contained in:
parent
2dee1073d9
commit
0f6712d45a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user