Merge pull request #177575 from seppeljordan/nix-prefetch-git-fix

nix-prefetch-git: Fix inconsistency with fetchgit regarding deepClone
main
Maximilian Bosch 2 years ago committed by GitHub
commit e4bf881ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/build-support/fetchgit/nix-prefetch-git

@ -105,6 +105,10 @@ for arg; do
fi
done
if test -n $deepClone; then
leaveDotGit=true
fi
if test -z "$url"; then
usage
fi

Loading…
Cancel
Save