MyNixOS website logo
option

services.pretix.plugins

Pretix plugins to install into the Python environment.

Declarations
Type
list of package
Default
[ ]
Example
with config.services.pretix.package.plugins; [
  passbook
  pages
];