forked from M-Labs/nix-scripts
still trying to understand undocumented 'previous hydra build' option
This commit is contained in:
parent
85e0aa7c7b
commit
07ec285d1d
|
@ -24,4 +24,6 @@ let
|
||||||
# };
|
# };
|
||||||
#}) {} variants;
|
#}) {} variants;
|
||||||
in
|
in
|
||||||
pkgs.runCommand "xxxxabcd" { } "echo ${mainBuild} > $out"
|
{
|
||||||
|
foo = pkgs.runCommand "xxxxabcd" { } "echo ${mainBuild} > $out";
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue