about summary refs log tree commit diff
path: root/pkgs/build-support/fetchgit
diff options
context:
space:
mode:
authorSebastian Jordan <sebastian.jordan.mail@googlemail.com>2022-06-30 11:24:26 +0200
committerAlyssa Ross <hi@alyssa.is>2022-06-30 11:52:36 +0000
commit783e2ef46e9ec6639d914aa3f9ecd5cc6b812868 (patch)
treeec1e093e90f21e5ede43fa514c81f6198512a984 /pkgs/build-support/fetchgit
parentf99a7033ff6db1a87565363a6a0d0efdb537c62b (diff)
Revert "nix-prefetch-git: Fix inconsistency with fetchgit regarding deepClone"
This reverts commit 1dfaad73ed98254c1c0522156fe45b115e0a8eb4.
Diffstat (limited to 'pkgs/build-support/fetchgit')
-rwxr-xr-xpkgs/build-support/fetchgit/nix-prefetch-git4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/build-support/fetchgit/nix-prefetch-git b/pkgs/build-support/fetchgit/nix-prefetch-git
index f6a317a888a5b..4e6f25b8dd7d9 100755
--- a/pkgs/build-support/fetchgit/nix-prefetch-git
+++ b/pkgs/build-support/fetchgit/nix-prefetch-git
@@ -105,10 +105,6 @@ for arg; do
     fi
 done
 
-if test -n $deepClone; then
-    leaveDotGit=true
-fi
-
 if test -z "$url"; then
     usage
 fi