mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +00:00
fix credential helper nix attrset format
This commit is contained in:
parent
4c493bf494
commit
44d2284d76
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue