From 2440120c88cb2e709fa70950949768f30c5d8a0f Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 23 Aug 2018 13:04:21 +0200 Subject: populate git: clone with --recurse-submodules --- pkgs/populate/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3