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