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