set git default branch

This commit is contained in:
cy 2024-12-29 20:32:53 -05:00
parent e7b7137711
commit b2ff6b3ed1
3 changed files with 7 additions and 2 deletions

View file

@ -30,5 +30,10 @@
userName = "cy";
userEmail = "hi@cything.io";
delta.enable = true;
extraConfig = {
init = {
"defaultBranch" = "main";
};
};
};
}

View file

@ -55,7 +55,7 @@
'';
prune.keep = {
within = "1d";
within = "2d";
daily = 365;
};
extraPruneArgs = [ "--stats" ];

View file

@ -241,7 +241,7 @@
'';
prune.keep = {
within = "1d";
within = "2d";
daily = 365;
};
extraPruneArgs = [ "--stats" ];