Add test that the code works to generate the correct pinentry-program configuration when supplying both options.
5 lines
167 B
Nix
5 lines
167 B
Nix
{
|
|
gpg-agent-default-homedir = ./default-homedir.nix;
|
|
gpg-agent-override-homedir = ./override-homedir.nix;
|
|
gpg-agent-pinentry-program = ./pinentry-program.nix;
|
|
}
|