switch server to rust based since it's much easier

This commit is contained in:
Chris Cochrun 2023-05-26 16:21:21 -05:00
parent 465b2de7f2
commit 09f3ea62f2
7 changed files with 1974 additions and 18 deletions

View file

@ -4,6 +4,12 @@ mkShell rec {
name = "tfc-env";
nativeBuildInputs = [
gcc
stdenv
gnumake
gdb
pkg-config
makeWrapper
];
buildInputs = [
@ -15,6 +21,13 @@ mkShell rec {
clj-kondo
sbcl
openssl
clippy
rustc
cargo
rustfmt
rust-analyzer
corrosion
];
shellHook = ''