let pkgs = import {}; in pkgs.mkShell { buildInputs = with pkgs; [ rustc cargo rustfmt rls ]; }