Support submodules fetches for git imports #36

Merged
charlesbaynham merged 1 commit from master into master 2022-03-25 09:09:13 +00:00

View file

@ -33,6 +33,7 @@ let
({ url = info.url; } ({ url = info.url; }
// (if info ? rev then { inherit (info) rev; } else {}) // (if info ? rev then { inherit (info) rev; } else {})
// (if info ? ref then { inherit (info) ref; } else {}) // (if info ? ref then { inherit (info) ref; } else {})
// (if info ? submodules then { inherit (info) submodules; } else {})
); );
lastModified = info.lastModified; lastModified = info.lastModified;
lastModifiedDate = formatSecondsSinceEpoch info.lastModified; lastModifiedDate = formatSecondsSinceEpoch info.lastModified;