still trying to understand undocumented 'previous hydra build' option

pull/16/head
Sebastien Bourdeauducq 2019-02-15 23:14:27 +08:00
parent 85e0aa7c7b
commit 07ec285d1d
1 changed files with 3 additions and 1 deletions

View File

@ -24,4 +24,6 @@ let
# };
#}) {} variants;
in
pkgs.runCommand "xxxxabcd" { } "echo ${mainBuild} > $out"
{
foo = pkgs.runCommand "xxxxabcd" { } "echo ${mainBuild} > $out";
}