fixing some shell stuff

This commit is contained in:
Chris Cochrun 2023-12-13 09:30:24 -06:00
parent c22a1bb829
commit e53ef71ebd

View file

@ -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 = [