chore(flake)!: bump inputs

This commit is contained in:
514fpv 2025-02-26 22:42:17 +08:00
parent 748722b55c
commit 312f860262
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ
3 changed files with 38 additions and 36 deletions

View file

@ -10,7 +10,7 @@ with lib;
programs.git = {
signing = {
signByDefault = true;
gpgPath = "${pkgs.openssh}/bin/ssh-keygen";
signer = "${pkgs.openssh}/bin/ssh-keygen";
key = null;
};