From d2afdd56ae9e71d9f2254ba25f7bc25386a43dff Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 6 Aug 2023 18:06:23 -0400 Subject: [PATCH] gitcredentialhelper option renamed --- modules/common/shell/github.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/shell/github.nix b/modules/common/shell/github.nix index dbf5267..a806ad3 100644 --- a/modules/common/shell/github.nix +++ b/modules/common/shell/github.nix @@ -5,7 +5,7 @@ programs.gh = lib.mkIf config.home-manager.users.${config.user}.programs.git.enable { enable = true; - enableGitCredentialHelper = true; + gitCredentialHelper.enable = true; settings.git_protocol = "https"; };