From 8a5bcfb934324f0d3adeb87c2f0e3b343717c611 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 17 Dec 2008 14:43:14 +0000 Subject: [PATCH] svn path=/nixos/trunk/; revision=13653 --- release.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/release.nix b/release.nix index 4e79ee27734d..4612e94ded91 100644 --- a/release.nix +++ b/release.nix @@ -46,7 +46,7 @@ let , system ? "i686-linux" }: - with import nixpkgs.path {}; + with import nixpkgs.path {inherit system;}; let @@ -58,7 +58,11 @@ let in # Declare the ISO as a build product so that it shows up in Hydra. - runCommand "nixos-iso" {} + runCommand "nixos-iso" + { meta = { + description = "NixOS installation CD ISO image for ${system}"; + }; + } '' ensureDir $out/nix-support echo "file iso" ${iso}/iso/*.iso* >> $out/nix-support/hydra-build-products