{ pkgs }: pkgs.mkShell { packages = with pkgs; [ (fenix.latest.withComponents [ "cargo" "clippy" "rust-src" "rustc" "rustfmt" "rust-analyzer" ]) cargo-machete cargo-bloat cargo-expand lldb valgrind kdePackages.kcachegrind hyperfine just samply tokei tombi ]; }