From 422826a62e95a8eb8b041461b5c522848c66b990 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 29 May 2026 23:19:22 -0700 Subject: [PATCH] git: pin gh credential helper path --- dotfiles/gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index 165581af..a8b35020 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -102,10 +102,10 @@ required = true [credential "https://github.com"] helper = - helper = !/usr/bin/env gh auth git-credential + helper = !/nix/store/y3m73nv1ry783kqfjqq17p3kxxaxx5d1-gh-2.92.0/bin/.gh-wrapped auth git-credential [credential "https://gist.github.com"] helper = - helper = !/usr/bin/env gh auth git-credential + helper = !/nix/store/y3m73nv1ry783kqfjqq17p3kxxaxx5d1-gh-2.92.0/bin/.gh-wrapped auth git-credential [includeIf "gitdir:~/Projects/org-agenda-api/"] path = ~/.gitconfig.org-agenda-api [includeIf "gitdir:~/Projects/dotfiles/org-agenda-api/"]