From b89644b9716f5e931b4864f3b25e2de12b03a6c5 Mon Sep 17 00:00:00 2001 From: Mats Rauhala Date: Mon, 4 May 2026 10:27:54 +0300 Subject: [PATCH] Update oath-toolkit --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6d375ab..9cb86e9 100644 --- a/flake.nix +++ b/flake.nix @@ -93,7 +93,7 @@ } totp() { - ${pkgs.oathToolkit}/bin/oathtool --totp --base32 $(${pkgs.pass}/bin/pass show $1) + ${pkgs.oath-toolkit}/bin/oathtool --totp --base32 $(${pkgs.pass}/bin/pass show $1) } ''; plugins = [