Skip to content

Commit 06ff752

Browse files
Alper-Celikredxtech
authored andcommitted
use gpgme.dev in native messaging host json file since gpgme-json only exists in .dev package
1 parent c05e9cb commit 06ff752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/home-manager/cli/gpg.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ in {
104104
in toJSON.generate "gpgmejson.json" {
105105
name = "gpgmejson";
106106
description = "JavaScript binding for GnuPG";
107-
path = "${pkgs.gpgme}/bin/gpgme-json";
107+
path = "${pkgs.gpgme.dev}/bin/gpgme-json";
108108
type = "stdio";
109109
allowed_extensions = [ "jid1-AQqSMBYb0a8ADg@jetpack" ];
110110
};

0 commit comments

Comments
 (0)