let pkgs = import { }; time = with builtins; toString currentTime; in pkgs.runCommand "${time}-test" { } '' echo "${time}" > $out ''