Add more Rust tools
This commit is contained in:
parent
03bd928a28
commit
f6ab73a1d3
2 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
deps = with pkgs; [ openssl pkgconfig ];
|
||||
rustTools = with pkgs;
|
||||
[ rust-analyzer ] ++ optionals isLinux (with pkgs; [ cargo-watch ]);
|
||||
[ cargo-audit cargo-deny rust-analyzer ] ++ optionals isLinux (with pkgs; [ cargo-watch ]);
|
||||
in {
|
||||
packages.default = rust;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue