drop irrelevant leaveDotGit flag
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7512ae3929
commit
57682e1286
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue