about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-04-19 14:21:52 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-04-19 14:21:52 +0000
commitd64fc6e17cbe61501f157f3f7641b7cebfd0f63c (patch)
treef4d77dd56107d3c4f34557d51e95c5ab436b3cdd /pkgs
parent73b7a7fea727ab5ba7110bfd8fc1f9f7dce9b689 (diff)
Commenting at release.nix how hydra will evaluate it.
svn path=/nixpkgs/trunk/; revision=21167
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/release.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 204c4220738cc..d5f29f6d7846e 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -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);
 
 {