Unverified Commit db8f2488 authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

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

parent 50999ee5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" { };