feat: enable recursive submodule initialization in git config

Set `submodule.recurse` to true in the git configuration. This change ensures that all submodules are automatically initialized and updated recursively.
This commit is contained in:
Harald Hoyer 2024-10-16 15:01:09 +02:00
parent ed649d35e8
commit 96aa5953e6

View file

@ -61,6 +61,7 @@ in
smudge = "${pkgs.metacfg.rot8000}/bin/rot8000";
};
http.sslCAinfo = "/etc/ssl/certs/ca-certificates.crt";
submodule.recurse = true;
};
};
};