still trying to understand undocumented 'previous hydra build' option

pull/16/head
Sebastien Bourdeauducq 2019-02-15 23:18:40 +08:00
parent e4f4584e2a
commit 48cf06b323
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
{ pkgs ? import <nixpkgs> {}, mainBuild}:
{ pkgs ? import <nixpkgs> {}}:
{ mainBuild }:
{
foo = pkgs.runCommand "xxxxabcd" { } "echo ${mainBuild} > $out";
fooxx = pkgs.runCommand "xxxxabcd" { } "echo ${mainBuild} > $out";
}