From 9aa7545bafb0e36e462e5fc71bc4c18753fba780 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 14 Mar 2021 20:52:37 +0000 Subject: shells/rust: add cargo-deny --- shells/rust.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shells') 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 = '' -- cgit 1.4.1