diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-05 12:51:54 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-05 12:51:54 -0800 |
commit | 0b45750847a4e28ebe065ea2e9503a58dfcb9e8a (patch) | |
tree | cba0b82a99008edc80943ae60419853e398d5852 /users | |
parent | agenix: rekey secrets (diff) | |
download | world-0b45750847a4e28ebe065ea2e9503a58dfcb9e8a.tar.gz |
git: nixfmt
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/cli/git.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/users/fcuny/cli/git.nix b/users/fcuny/cli/git.nix index 63a5bd1..30ee841 100644 --- a/users/fcuny/cli/git.nix +++ b/users/fcuny/cli/git.nix @@ -22,9 +22,7 @@ signByDefault = true; }; extraConfig = { - "credential \"https://github.com\"" = { - username = "fcuny"; - }; + "credential \"https://github.com\"" = { username = "fcuny"; }; "credential \"https://git.fcuny.net\"" = { username = "fcuny"; helper = "!echo -n 'password='; pass git/git.fcuny.net"; |