{ pkgs, ... }: pkgs.mkShell { packages = with pkgs; [ cargo rustc rustfmt clippy cargo-udeps cargo-outdated ]; }