Added clippy and rustfmt

This commit is contained in:
Jan-Bulthuis 2025-02-10 00:10:55 +01:00
parent 9287815cd2
commit 299813134e
1 changed files with 6 additions and 3 deletions

View File

@ -18,11 +18,14 @@ in
config = mkIf config.rust.enable { config = mkIf config.rust.enable {
packages = with pkgs; [ packages = with pkgs; [
rustPackage
cargo
clippy
rustfmt
cargo-audit
bacon bacon
evcxr evcxr
cargo
rustPackage
# TODO: Might be needed for bindgen # TODO: Might be needed for bindgen
# rustPlatform.bindgenHook # rustPlatform.bindgenHook