mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
modules/_1password: _1password -> _1password-cli package name
This commit is contained in:
parent
6cb661ed93
commit
3580012bef
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in
|
|||
enable = lib.mkEnableOption "the 1Password CLI tool";
|
||||
|
||||
package = lib.mkPackageOption pkgs "1Password CLI" {
|
||||
default = [ "_1password" ];
|
||||
default = [ "_1password-cli" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue