Skip to content

Commit

Permalink
nixos/mailman: Remove unused extraPythonPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzleutgeb committed Dec 20, 2024
1 parent cf5b58a commit 24bd3f5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions nixos/modules/services/mail/mailman.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ in {
(lib.mkRemovedOptionModule [ "services" "mailman" "package" ] ''
Didn't have an effect for several years.
'')
(lib.mkRemovedOptionModule [ "services" "mailman" "extraPythonPackages" ] ''
Didn't have an effect for several years.
'')
];

options = {
Expand Down Expand Up @@ -282,12 +285,6 @@ in {
};
};

extraPythonPackages = lib.mkOption {
description = "Packages to add to the python environment used by mailman and mailman-web";
type = lib.types.listOf lib.types.package;
default = [];
};

settings = lib.mkOption {
description = "Settings for mailman.cfg";
type = lib.types.attrsOf (lib.types.attrsOf lib.types.str);
Expand Down

0 comments on commit 24bd3f5

Please sign in to comment.