From 21bab323e94edb2101ba43b22a4602b07714d631 Mon Sep 17 00:00:00 2001 From: winston Date: Wed, 22 Feb 2023 12:31:37 +0100 Subject: [PATCH] feat: switch to unstable for gopass pkgs --- home/apps/gpg.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/apps/gpg.nix b/home/apps/gpg.nix index 3dd168d..926fb65 100644 --- a/home/apps/gpg.nix +++ b/home/apps/gpg.nix @@ -7,12 +7,12 @@ key = "0x0B89BC45007EE9CC"; in { home.packages = with pkgs; [ - git-credential-gopass gnupg-pkcs11-scd - gopass - gopass-jsonapi pcsclite pinentry + unstable.git-credential-gopass + unstable.gopass + unstable.gopass-jsonapi yubikey-personalization ];