updating flake to make shell.nix work and updating server

This commit is contained in:
Chris Cochrun 2023-06-01 09:45:35 -05:00
parent d6d809d5d4
commit 78eb9da780
5 changed files with 70 additions and 36 deletions

View file

@ -1,6 +1,17 @@
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell rec {
let
sbcl' = sbcl.withPackages (ps: with ps; [
hunchentoot
dexador
clack
jzon
serapeum
pkgs.openssl
pkgs.openssl.out
pkgs.openssl.dev
]);
in mkShell rec {
name = "tfc-env";
nativeBuildInputs = [
@ -19,8 +30,7 @@ mkShell rec {
clojure
clojure-lsp
clj-kondo
sbcl
openssl
sbcl'
clippy
rustc