about summary refs log tree commit diff
path: root/users/wpcarro/zoo/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/zoo/shell.nix')
-rw-r--r--users/wpcarro/zoo/shell.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/wpcarro/zoo/shell.nix b/users/wpcarro/zoo/shell.nix
new file mode 100644
index 0000000000..5978d5b4d0
--- /dev/null
+++ b/users/wpcarro/zoo/shell.nix
@@ -0,0 +1,10 @@
+{ depot, ... }:
+
+depot.users.wpcarro.buildHaskell.shell {
+  deps = hpkgs: with hpkgs; [
+    servant-server
+    aeson
+    warp
+    rio
+  ];
+}