edolstra / flake-compat

MIT License
251 stars 71 forks source link

Support submodules fetches for git imports #36

Closed charlesbaynham closed 2 years ago

charlesbaynham commented 2 years ago

Pass along submodules flag to fetchGit so that submodules are fetched if requested.

Closes #20.

simonchatts commented 2 years ago

I can confirm this fixes the issue for me - thanks!