adding rust server dependencies to shell
This commit is contained in:
parent
27d2e51160
commit
652495516a
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue