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; [ sbcl' = sbcl.withPackages (ps: with ps; [
hunchentoot hunchentoot
dexador dexador
clack
jzon jzon
serapeum serapeum
deploy deploy
@ -25,6 +24,9 @@ in mkShell rec {
gdb gdb
pkg-config pkg-config
makeWrapper makeWrapper
openssl
openssl.out
openssl.dev
]; ];
buildInputs = [ buildInputs = [