From e53ef71ebdbba60c90dc90bb9c8685bd1a0095dc Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 13 Dec 2023 09:30:24 -0600 Subject: [PATCH] fixing some shell stuff --- shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index af1976a..867b061 100644 --- a/shell.nix +++ b/shell.nix @@ -4,7 +4,6 @@ let sbcl' = sbcl.withPackages (ps: with ps; [ hunchentoot dexador - clack jzon serapeum deploy @@ -25,6 +24,9 @@ in mkShell rec { gdb pkg-config makeWrapper + openssl + openssl.out + openssl.dev ]; buildInputs = [