From 395d39c80c4281840755e54eec65bcf157eae509 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 7 Jun 2025 16:58:28 +0200 Subject: pkgs/stalwart-mail-patched/spamfilter: Provide infrastructure to update it Otherwise, this package will never be updated. --- flake.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 3fb7728..b67caa5 100644 --- a/flake.nix +++ b/flake.nix @@ -153,13 +153,16 @@ devShells."${system}" = { default = pkgs.mkShell { - packages = with pkgs; [ + packages = [ pkgs.deploy-rs - git-bug + pkgs.git-bug - cocogitto - ragenix + # Used to update the stalwart-mail spamfilter + pkgs.nix-update + + pkgs.cocogitto + pkgs.ragenix ]; }; }; -- cgit 1.4.1