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