drop irrelevant leaveDotGit flag

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-10-14 15:09:51 +02:00
parent 7512ae3929
commit 57682e1286
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@
pkgs.fetchgit { pkgs.fetchgit {
url = "https://github.com/status-im/nix-fetchgit-debug.git"; url = "https://github.com/status-im/nix-fetchgit-debug.git";
rev = "f0e389dab851fae1468715cf929288f736060529"; rev = "f0e389dab851fae1468715cf929288f736060529";
sha256 = "0qmrg2a79ynjdwcw8jgkd0qdy880rwn366p78qr9yj7hrnznpzci"; sha256 = "09d40rnqx61354clac1ky8caha2w155jm8637d4mhyx7vdknjrkr";
leaveDotGit = true;
deepClone = true; deepClone = true;
fetchSubmodules = true; fetchSubmodules = true;
} }