1
1
Fork 0

git: fix option versioning

This commit is contained in:
Myned 2025-04-01 21:34:22 -05:00
parent d0656543f8
commit 929021bbe6
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -24,12 +24,15 @@ in {
# BUG: GitHub Desktop tries to enable if this is not in gitconfig
lfs.enable = true; # Large File Storage
signing = {
# TODO: Use ssh signing
format = "openpgp";
signByDefault = true;
key = "C7224454F7881A34";
};
signing =
{
signByDefault = true;
key = "C7224454F7881A34";
}
// optionalAttrs (versionAtLeast version "25.05") {
# TODO: Use ssh signing
format = "openpgp";
};
# https://git-scm.com/docs/git-config
# https://git-scm.com/book/en/v2/