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