{ mkShell, cargo, clippy, pkg-config, rust-analyzer, rustc, rustfmt, taplo, }: mkShell { name = "rust"; strictDeps = true; nativeBuildInputs = [ cargo rustc pkg-config rust-analyzer clippy (rustfmt.override {asNightly = true;}) taplo ]; }