From 80ae2bea99ca9c7f14a677472a0ac7240afb3f76 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Sun, 7 Jun 2020 18:33:44 +0000 Subject: [PATCH] Update 'custompkg/root/etc/skel/Library/profile.d/900.gpg-agent.sh' look to nix for pinentry not homebrew --- custompkg/root/etc/skel/Library/profile.d/900.gpg-agent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custompkg/root/etc/skel/Library/profile.d/900.gpg-agent.sh b/custompkg/root/etc/skel/Library/profile.d/900.gpg-agent.sh index 5e3a8be..5d4fcbe 100644 --- a/custompkg/root/etc/skel/Library/profile.d/900.gpg-agent.sh +++ b/custompkg/root/etc/skel/Library/profile.d/900.gpg-agent.sh @@ -13,7 +13,7 @@ if [[ ! -e $HOME/.gpg-agent-info ]]; then gpg-agent \ --enable-ssh-support \ --daemon \ - --pinentry-program $(brew --prefix)/bin/pinentry-mac \ + --pinentry-program $HOME/.nix-profile/Applications/pinentry-mac.app/Contents/MacOS/pinentry-mac \ 2> /dev/null > $HOME/.gpg-agent-info fi fi