flake.nix: Add cargo-audit to devShell

This commit is contained in:
Zhaofeng Li 2022-08-16 20:15:43 -06:00
parent 81bda9d595
commit 49eacdc31f

View File

@ -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
];
};