diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-07 16:58:28 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-07 16:59:02 +0200 |
commit | 395d39c80c4281840755e54eec65bcf157eae509 (patch) | |
tree | 6d2e4841d72584196c1780648755fa6c8e199fc5 /pkgs/by-name/st/stalwart-mail-patched/package.nix | |
parent | pkgs/stalwart-mail-patched: Use different native-ca-roots patch (diff) | |
download | nixos-server-395d39c80c4281840755e54eec65bcf157eae509.zip |
pkgs/stalwart-mail-patched/spamfilter: Provide infrastructure to update it
Otherwise, this package will never be updated.
Diffstat (limited to 'pkgs/by-name/st/stalwart-mail-patched/package.nix')
-rw-r--r-- | pkgs/by-name/st/stalwart-mail-patched/package.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/st/stalwart-mail-patched/package.nix b/pkgs/by-name/st/stalwart-mail-patched/package.nix index 9058f2c..85ab840 100644 --- a/pkgs/by-name/st/stalwart-mail-patched/package.nix +++ b/pkgs/by-name/st/stalwart-mail-patched/package.nix @@ -9,6 +9,7 @@ in pname = "stalwart-mail-patched"; passthru = nixLib.warnMerge (prev.passthru or {}) { + # Use a reproducible source for the spamfilter instead of fetching it at runtime from GitHub. inherit spamfilter; } "stalwart-mail passthru"; |