aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkgs/populate/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/populate/default.nix b/pkgs/populate/default.nix
index 91dbe63..f0eb7d1 100644
--- a/pkgs/populate/default.nix
+++ b/pkgs/populate/default.nix
@@ -24,7 +24,7 @@ let
pop.git = target: git: shell' target /* sh */ ''
if ! test -e ${quote target.path}; then
- git clone ${quote git.url} ${quote target.path}
+ git clone --recurse-submodules ${quote git.url} ${quote target.path}
fi
cd ${quote target.path}
if ! url=$(git config remote.origin.url); then