Pass along submodules flag to fetchGit
This commit is contained in:
parent
b7547d3eed
commit
3b935d922d
|
@ -33,6 +33,7 @@ let
|
|||
({ url = info.url; }
|
||||
// (if info ? rev then { inherit (info) rev; } else {})
|
||||
// (if info ? ref then { inherit (info) ref; } else {})
|
||||
// (if info ? submodules then { inherit (info) submodules; } else {})
|
||||
);
|
||||
lastModified = info.lastModified;
|
||||
lastModifiedDate = formatSecondsSinceEpoch info.lastModified;
|
||||
|
|
Loading…
Reference in a new issue