let pkgs = import { }; inherit (pkgs) lib; in pkgs.mkShell { buildInputs = with pkgs; [ rustc cargo rustfmt cargo-watch ]; }