updating flake to make shell.nix work and updating server
This commit is contained in:
parent
d6d809d5d4
commit
78eb9da780
5 changed files with 70 additions and 36 deletions
16
shell.nix
16
shell.nix
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue