adding rust server dependencies to shell

This commit is contained in:
Chris Cochrun 2023-06-15 07:21:03 -05:00
parent 27d2e51160
commit 652495516a

View file

@ -13,7 +13,7 @@ let
pkgs.openssl.dev
]);
in mkShell rec {
name = "tfc-env";
name = "tfc";
nativeBuildInputs = [
gcc
@ -29,6 +29,11 @@ in mkShell rec {
go
nodejs
sbcl'
clippy
rustc
cargo
rustfmt
rust-analyzer
];
shellHook = ''