about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-17 22:58:18 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-17 22:58:18 +0100
commit095d6203af0c87877d6b635540433a497822b5c4 (patch)
tree5e30d4c47dce969864c954c7c0d8ec4f70f22f18 /release.nix
parent350351bc3e45c0c10e0ddef33a0302227b7322b5 (diff)
release.nix: Add pkgs to the Hydra jobs.
We want to be easily able to fetch the store paths and to monitor build
results.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/release.nix b/release.nix
index 85fd42d4..1edf284a 100644
--- a/release.nix
+++ b/release.nix
@@ -13,4 +13,10 @@ in {
   tests = {
     heinrich = import ./tests/heinrich.nix { inherit system; };
   };
+
+  pkgs = import ./pkgs {
+    pkgs = import <nixpkgs> {
+      inherit system;
+    };
+  };
 }