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