Commenting at release.nix how hydra will evaluate it.
svn path=/nixpkgs/trunk/; revision=21167
This commit is contained in:
parent
73b7a7fea7
commit
d64fc6e17c
@ -1,3 +1,12 @@
|
|||||||
|
/*
|
||||||
|
This file will be evaluated by hydra with a call like this:
|
||||||
|
hydra_eval_jobs --gc-roots-dir \
|
||||||
|
/nix/var/nix/gcroots/per-user/hydra/hydra-roots --argstr \
|
||||||
|
system i686-linux --argstr system x86_64-linux --arg \
|
||||||
|
nixpkgs "{outPath = ./}" .... release.nix
|
||||||
|
|
||||||
|
Hydra can be installed with "nix-env -i hydra".
|
||||||
|
*/
|
||||||
with (import ./release-lib.nix);
|
with (import ./release-lib.nix);
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user