Make 1Password CLI package configurable and fix pkgs._1password warning#503
Make 1Password CLI package configurable and fix pkgs._1password warning#503LukeChannings wants to merge 1 commit into1Password:mainfrom
pkgs._1password warning#503Conversation
|
If you're new to commit signing, there are different ways to set it up: Sign commits with
|
…r using `pkgs._1password`.
|
Would love to hear if there are any updates on this! |
|
I just made #528, but realized after the fact that this exists and is probably a better and more flexible implementation. This update has even been approved by multiple reviewers -- what is holding it back? |
|
This is solved in a slightly more conventional way by #471, closing in favor of that one. |
The
_1passwordpackage was renamed to_1password-cliin nixpkgs.Using the
_1passwordpackage prints the following:This PR is similar to #498, but they missed the invocation on line 11 so it still prints the warning.
Changes
cliPackageoption, which defaults to_1password-cli. Users may want to use a custom version of the 1Password CLI without using an overlay - this provides that option.