fix credential helper nix attrset format

This commit is contained in:
Harivansh Rathi 2026-03-29 17:25:16 -04:00
parent 4c493bf494
commit 44d2284d76

View file

@ -48,9 +48,7 @@
push.autoSetupRemote = true;
"credential \"https://github.com\"" = {
helper = "!gh auth git-credential";
};
credential."https://github.com".helper = "!gh auth git-credential";
"diff-so-fancy" = {
markEmptyLines = true;