{ pkgs ? import {}, ... }: pkgs.mkShell { packages = with pkgs; [ cargo clippy rustc rust-analyzer rustfmt ]; }