Added clippy and rustfmt
This commit is contained in:
parent
9287815cd2
commit
299813134e
|
@ -18,11 +18,14 @@ in
|
|||
|
||||
config = mkIf config.rust.enable {
|
||||
packages = with pkgs; [
|
||||
rustPackage
|
||||
cargo
|
||||
clippy
|
||||
rustfmt
|
||||
cargo-audit
|
||||
|
||||
bacon
|
||||
evcxr
|
||||
cargo
|
||||
|
||||
rustPackage
|
||||
|
||||
# TODO: Might be needed for bindgen
|
||||
# rustPlatform.bindgenHook
|
||||
|
|
Loading…
Reference in New Issue