Skip to content

Commit

Permalink
git: reduce priority of signing.format (#6465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince213 authored Feb 16, 2025
1 parent ec130e7 commit e5bc9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/programs/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ in {
commit.gpgSign = mkDefault cfg.signing.signByDefault;
tag.gpgSign = mkDefault cfg.signing.signByDefault;
gpg = {
inherit format;
format = mkDefault format;
${format}.program = cfg.signing.signer;
};
};
Expand Down

0 comments on commit e5bc9c2

Please sign in to comment.