Merge pull request #36 from charlesbaynham/master
Support submodules fetches for git imports
This commit is contained in:
commit
913e1270ff
|
@ -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