Skip to content

Commit

Permalink
users(matthew): fix deprecation warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Penner <[email protected]>
  • Loading branch information
matthewpi committed Aug 2, 2023
1 parent 7739813 commit 7cae6b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion users/matthew/cli/gh.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
programs.gh = {
enable = true;
enableGitCredentialHelper = false;
gitCredentialHelper = {
enable = false;
};
extensions = [];
settings = {
git_protocol = "ssh";
Expand Down

0 comments on commit 7cae6b1

Please sign in to comment.