diff --git a/shell.nix b/shell.nix index f2bc3d9..386588a 100644 --- a/shell.nix +++ b/shell.nix @@ -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 = ''