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