From 44d2284d76499bd3bc264d522228c81ec254c676 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sun, 29 Mar 2026 17:25:16 -0400 Subject: [PATCH] fix credential helper nix attrset format --- home/git.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/git.nix b/home/git.nix index a15d830..fdd1057 100644 --- a/home/git.nix +++ b/home/git.nix @@ -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;