Change git default branch to main

This commit is contained in:
Fabian Hauser 2023-01-22 20:58:21 +01:00
parent 6ea4ac9fba
commit 4dd283c1ec

View file

@ -33,6 +33,7 @@
# }; # };
#}; #};
extraConfig = { extraConfig = {
init.defaultBranch = "main";
core = { core = {
packedGitWindowSize = "16m"; packedGitWindowSize = "16m";
packedGitLimit = "64m"; packedGitLimit = "64m";