about summary refs log tree commit diff
path: root/shells
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-03-14 20:52:37 +0000
committerAlyssa Ross <hi@alyssa.is>2021-03-15 17:07:17 +0000
commit9aa7545bafb0e36e462e5fc71bc4c18753fba780 (patch)
tree228a30524ffd75da19cdbdf71480e3a976dc9da6 /shells
parent8fbd6e43152f422a673c18872fdd2982bec1d569 (diff)
downloadnixlib-9aa7545bafb0e36e462e5fc71bc4c18753fba780.tar
nixlib-9aa7545bafb0e36e462e5fc71bc4c18753fba780.tar.gz
nixlib-9aa7545bafb0e36e462e5fc71bc4c18753fba780.tar.bz2
nixlib-9aa7545bafb0e36e462e5fc71bc4c18753fba780.tar.lz
nixlib-9aa7545bafb0e36e462e5fc71bc4c18753fba780.tar.xz
nixlib-9aa7545bafb0e36e462e5fc71bc4c18753fba780.tar.zst
nixlib-9aa7545bafb0e36e462e5fc71bc4c18753fba780.zip
shells/rust: add cargo-deny
Diffstat (limited to 'shells')
-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 = ''