1password: allow cli in unfree

This commit is contained in:
Sridhar Ratnakumar 2024-10-22 20:23:25 -04:00
parent bb33fbc0e8
commit d11f934e03
No known key found for this signature in database

View file

@ -4,6 +4,7 @@
# Enable the unfree 1Password packages
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"1password-gui"
"1password-cli"
"1password"
];
# Alternatively, you could also just allow all unfree packages