From 86f5d804e2cc215bd4b0cdd252c817bc2e2f1801 Mon Sep 17 00:00:00 2001 From: ParkerTenBroeck <51721964+ParkerTenBroeck@users.noreply.github.com> Date: Sat, 23 May 2026 23:49:12 -0400 Subject: [PATCH] fixed gh binary path --- modules/git.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/git.nix b/modules/git.nix index b19ee6e..868312b 100644 --- a/modules/git.nix +++ b/modules/git.nix @@ -17,11 +17,11 @@ }; credential."https://github.com" = { - helper = "!/etc/profiles/per-user/may/bin/gh auth git-credential"; + helper = "!${pkgs.gh}/bin/gh auth git-credential"; }; credential."https://gist.github.com" = { - helper = "!/etc/profiles/per-user/may/bin/gh auth git-credential"; + helper = "!${pkgs.gh}/bin/gh auth git-credential"; }; filter.lfs = {