We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe05f3c commit eab284fCopy full SHA for eab284f
nix/shell-plugins.nix
@@ -22,7 +22,7 @@ in {
22
programs._1password-shell-plugins = {
23
enable = mkEnableOption "1Password Shell Plugins";
24
25
- package = lib.mkPackageOption pkgs "_1password";
+ package = lib.mkPackageOption pkgs "_1password" { };
26
27
plugins = mkOption {
28
type = types.listOf types.package;
0 commit comments