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