fixed gh binary path

This commit is contained in:
ParkerTenBroeck 2026-05-23 23:49:12 -04:00
parent 16b7598a53
commit 86f5d804e2

View file

@ -17,11 +17,11 @@
}; };
credential."https://github.com" = { 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" = { 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 = { filter.lfs = {