{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ cargo cargo-watch gcc ]; }