forked from M-Labs/nix-scripts
still trying to understand undocumented 'previous hydra build' option
This commit is contained in:
parent
e4f4584e2a
commit
48cf06b323
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue