mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Merge pull request #177575 from seppeljordan/nix-prefetch-git-fix
nix-prefetch-git: Fix inconsistency with fetchgit regarding deepClone
This commit is contained in:
commit
e4bf881ee0
@ -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…
Reference in New Issue
Block a user