{ pkgs ? import {}}: { mainBuild }: { fooxx = pkgs.runCommand "xxxxabcd" { } "echo ${mainBuild} > $out"; }