1
0

feat: git changes

Like usual, this never works out first try. It might not be obvious, but
I'm also trying to set up signing at the same time as this commit is
pushed. Expect dummy commits if I mess it up.
This commit is contained in:
2025-11-21 17:17:11 +01:00
parent 8d0bddf680
commit 747db1cc8c

View File

@@ -100,6 +100,7 @@ in
extraConfig = { extraConfig = {
init.defaultBranch = "main"; init.defaultBranch = "main";
push.autoSetupRemote = true;
"url \"https://github.com/\"".insteadOf = "gh:"; "url \"https://github.com/\"".insteadOf = "gh:";
}; };