Skip to content

Commit

Permalink
Fixes warning for using deprecated 1password nix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonBledsoe authored Nov 25, 2024
1 parent 2a7d404 commit c7fa65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/shell-plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit c7fa65a

Please sign in to comment.