{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ tio stdenv elf2uf2-rs probe-run # keep this line if you use bash bashInteractive ]; }