about summary refs log tree commit diff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 96c18c8e9f90..3312fef13d00 100644
--- a/shell.nix
+++ b/shell.nix
@@ -8,6 +8,9 @@ in pkgs.mkShell {
       hpkgs.resource-pool
       hpkgs.sqlite-simple
       hpkgs.warp
+      hpkgs.persistent
+      hpkgs.persistent-sqlite
+      hpkgs.persistent-template
     ]))
   ];
 }