about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-07 16:58:28 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-07 16:59:02 +0200
commit395d39c80c4281840755e54eec65bcf157eae509 (patch)
tree6d2e4841d72584196c1780648755fa6c8e199fc5 /flake.nix
parentpkgs/stalwart-mail-patched: Use different native-ca-roots patch (diff)
downloadnixos-server-395d39c80c4281840755e54eec65bcf157eae509.zip
pkgs/stalwart-mail-patched/spamfilter: Provide infrastructure to update it
Otherwise, this package will never be updated.
Diffstat (limited to '')
-rw-r--r--flake.nix11
1 files changed, 7 insertions, 4 deletions
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
         ];
       };
     };