diff --git a/shell.nix b/shell.nix
index 38cab920fe247703970315dbfc70fb6aecfa722c..73c01bacb3973db4ae2b73a7e1671672bbe35884 100644
--- a/shell.nix
+++ b/shell.nix
@@ -8,4 +8,7 @@ in
     exactDeps = true;
 
     withHoogle = false;
+
+    packages = ps: [ ps.stack ];
+
   }