summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-12 15:59:52 -0500
committerseth <[email protected]>2023-12-12 15:59:52 -0500
commit7c5bf45038cbf7b235e8f6655645f421d9793bfd (patch)
tree2ef7478601f1434ac5c2215b52eedcee4de98aa5 /users
parente2e1cdadd0beb4f4a1397d07dec3827bbe18ac63 (diff)
seth: add `version = 1` to gh config
Diffstat (limited to 'users')
-rw-r--r--users/seth/programs/git.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/seth/programs/git.nix b/users/seth/programs/git.nix
index 34e8202..c86bc39 100644
--- a/users/seth/programs/git.nix
+++ b/users/seth/programs/git.nix
@@ -6,6 +6,8 @@
git_protocol = "https";
editor = "nvim";
prompt = "enabled";
+ # workaround for https://github.com/nix-community/home-manager/issues/474
+ version = 1;
};
gitCredentialHelper = {