Skip to content

Commit eab284f

Browse files
committed
Fix type
1 parent fe05f3c commit eab284f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/shell-plugins.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ in {
2222
programs._1password-shell-plugins = {
2323
enable = mkEnableOption "1Password Shell Plugins";
2424

25-
package = lib.mkPackageOption pkgs "_1password";
25+
package = lib.mkPackageOption pkgs "_1password" { };
2626

2727
plugins = mkOption {
2828
type = types.listOf types.package;

0 commit comments

Comments
 (0)