diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell.nix b/shell.nix index 3312fef13d00..e003737f3b2e 100644 --- a/shell.nix +++ b/shell.nix @@ -8,9 +8,7 @@ in pkgs.mkShell { hpkgs.resource-pool hpkgs.sqlite-simple hpkgs.warp - hpkgs.persistent - hpkgs.persistent-sqlite - hpkgs.persistent-template + hpkgs.cryptonite ])) ]; } |