mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 05:00:19 +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;
|
push.autoSetupRemote = true;
|
||||||
|
|
||||||
"credential \"https://github.com\"" = {
|
credential."https://github.com".helper = "!gh auth git-credential";
|
||||||
helper = "!gh auth git-credential";
|
|
||||||
};
|
|
||||||
|
|
||||||
"diff-so-fancy" = {
|
"diff-so-fancy" = {
|
||||||
markEmptyLines = true;
|
markEmptyLines = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue