{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.cowsay pkgs.python ]; shellHook = '' cowsay ''; }