mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Fixes pinentry build error on darwin
This commit is contained in:
parent
862bed2aff
commit
478c415bfe
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
'';
|
||||
|
|
|
@ -40,7 +40,6 @@ in {
|
|||
nodejs
|
||||
openssh
|
||||
pass-git-helper
|
||||
pinentry
|
||||
pv
|
||||
ripgrep
|
||||
rsync
|
||||
|
|
Loading…
Add table
Reference in a new issue