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 = {