forked from DGNum/colmena
flake.nix: Add cargo-audit to devShell
This commit is contained in:
parent
81bda9d595
commit
49eacdc31f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue