{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.hello # keep this line if you use bash pkgs.bashInteractive ]; }