From 49eacdc31ffd9ab2139483909f736ef276d12250 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Tue, 16 Aug 2022 20:15:43 -0600 Subject: [PATCH] flake.nix: Add cargo-audit to devShell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4caf7c0..24faa54 100644 --- a/flake.nix +++ b/flake.nix @@ -74,7 +74,7 @@ packages = with pkgs; [ bashInteractive editorconfig-checker - clippy rust-analyzer cargo-outdated rustfmt + clippy rust-analyzer cargo-outdated cargo-audit rustfmt python3 python3Packages.flake8 ]; };