about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
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
         ];
       };
     };