diff --git a/pkgs/populate/default.nix b/pkgs/populate/default.nix index 54e2eea..91dbe63 100644 --- a/pkgs/populate/default.nix +++ b/pkgs/populate/default.nix @@ -42,6 +42,7 @@ let fi git checkout "$hash" -- ${quote target.path} git -c advice.detachedHead=false checkout -f "$hash" + git submodule update --init --recursive fi git clean -dfx