From 81431b6d6fa756db641109461fc943ba23b550b7 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 1 May 2025 22:11:25 +0200 Subject: [PATCH] gpg-agent: fix typo (#6950) See https://github.com/NixOS/nixpkgs/blob/46e634be05ce9dc6d4db8e664515ba10b78151ae/pkgs/by-name/wa/wayprompt/package.nix#L60 --- modules/services/gpg-agent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/gpg-agent.nix b/modules/services/gpg-agent.nix index afcf0aca..36e166f2 100644 --- a/modules/services/gpg-agent.nix +++ b/modules/services/gpg-agent.nix @@ -328,7 +328,7 @@ in program = lib.mkOption { type = types.nullOr types.str; - example = "wayprompt-pinentry"; + example = "pinentry-wayprompt"; description = '' Which program to search for in the configured `pinentry.package`. '';