{ foo, pkgs ? import {} }: pkgs.mkShell { buildInputs = [ foo.cowsay pkgs.python ]; }