{ pkgs ? import { } }: with pkgs; mkShell { buildInputs = [ cargo clippy rustfmt ]; }