git-export -> source

This commit is contained in:
Eelco Dolstra
2017-12-25 14:30:18 +01:00
parent 7ccec0900b
commit 0d79f16fd5
3 changed files with 3 additions and 4 deletions

View File

@ -226,7 +226,7 @@ else
# If the hash was given, a file with that hash may already be in the
# store.
if test -n "$expHash"; then
finalPath=$(nix-store --print-fixed-path --recursive "$hashType" "$expHash" git-export)
finalPath=$(nix-store --print-fixed-path --recursive "$hashType" "$expHash" source)
if ! nix-store --check-validity "$finalPath" 2> /dev/null; then
finalPath=
fi