about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--shells/rust.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/rust.nix b/shells/rust.nix
index 340336b264e3..fa81dd435d8d 100644
--- a/shells/rust.nix
+++ b/shells/rust.nix
@@ -4,7 +4,7 @@ with pkgs;
 stdenv.mkDerivation {
   name = "rust-shell";
   buildInputs = [
-    cargo clang clippy cargo-edit llvm pkg-config rust-analyzer rustfmt
+    cargo clang clippy cargo-edit llvm pkg-config rust-analyzer rustc rustfmt
   ];
 
   buildCommand = ''