feat(git): enable recursive submodule update by default
Added `submodule.recurse = true` to the git configuration in NixOS. This change ensures that submodules are automatically updated recursively.
This commit is contained in:
parent
36cd114e72
commit
ed649d35e8
|
@ -55,6 +55,7 @@ in
|
|||
merge.conflictStyle = "diff3";
|
||||
diff.colorMoved = "default";
|
||||
http.sslCAinfo = "/etc/ssl/certs/ca-certificates.crt";
|
||||
submodule.recurse = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue