Fixes pinentry build error on darwin

This commit is contained in:
willemml 2024-03-15 09:44:45 -07:00
parent 862bed2aff
commit 478c415bfe
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
2 changed files with 1 additions and 2 deletions

View file

@ -19,7 +19,7 @@
home.file.".gnupg/gpg-agent.conf" = {
text = ''
pinentry-program "${pkgs.pinentry.out}/bin/pinentry"
pinentry-program "${pkgs.pinentry-curses}/bin/curses"
default-cache-ttl 30
max-cache-ttl 600
'';

View file

@ -40,7 +40,6 @@ in {
nodejs
openssh
pass-git-helper
pinentry
pv
ripgrep
rsync