nixos/pretix: say what it is in the "enable" docstring (#299540)

This commit is contained in:
Bjørn Forsman 2024-03-27 18:12:38 +01:00 committed by GitHub
parent 50999ee585
commit db8f2488a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ in
};
options.services.pretix = {
enable = mkEnableOption "pretix";
enable = mkEnableOption "Pretix, a ticket shop application for conferences, festivals, concerts, etc.";
package = mkPackageOption pkgs "pretix" { };