How to install 1password (its name starts with a numeral)?

I’ve tried

environment.systemPackages = with pkgs; [
  # ...
  1password
];

and

environment.systemPackages = with pkgs; [
  # ...
  "1password"
];

But neither work. How to specify packages whose names begin with numerals?

If you look in all-packages.nix you will see that it’s called _1password.

5 Likes