{ pkgs ? import { } }: pkgs.mkShell { name = "rust-shell"; buildInputs = with pkgs; [ cargo ]; }