0
0
Fork 0
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:
Austin Horstman 2024-10-24 09:45:01 -05:00
parent 6cb661ed93
commit 3580012bef
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ in
enable = lib.mkEnableOption "the 1Password CLI tool";
package = lib.mkPackageOption pkgs "1Password CLI" {
default = [ "_1password" ];
default = [ "_1password-cli" ];
};
};
};