{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = [ pkgs.hello ]; shellHook = '' echo "Executing shellHook." ''; }