From c7fa65a60eaff0a8973d0adbb83a7ca8167803d8 Mon Sep 17 00:00:00 2001 From: Jefferson Bledsoe Date: Mon, 25 Nov 2024 00:15:49 +0000 Subject: [PATCH] Fixes warning for using deprecated 1password nix package name --- nix/shell-plugins.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/shell-plugins.nix b/nix/shell-plugins.nix index 907bf2f5..e43ee927 100644 --- a/nix/shell-plugins.nix +++ b/nix/shell-plugins.nix @@ -62,7 +62,7 @@ in { name = package; value = "op plugin run -- ${package}"; }) pkg-exe-names); - packages = [ pkgs._1password ] ++ cfg.plugins; + packages = [ pkgs._1password-cli ] ++ cfg.plugins; in mkIf cfg.enable (mkMerge [ ({ programs = {