1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

fix: add gh workaround

This commit is contained in:
Ryan Cao 2023-12-11 19:32:01 +08:00
parent 114904b700
commit 408662ff37
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E

View file

@ -27,5 +27,7 @@
programs.gh = { programs.gh = {
enable = true; enable = true;
gitCredentialHelper.enable = true; gitCredentialHelper.enable = true;
# this is a TEMPORARY WORKAROUND for https://github.com/nix-community/home-manager/issues/4744
settings.version = 1;
}; };
} }