3
0
Fork 0
forked from mirrors/nixpkgs

svn path=/nixos/trunk/; revision=13653

This commit is contained in:
Eelco Dolstra 2008-12-17 14:43:14 +00:00
parent 9c0953b439
commit 8a5bcfb934

View file

@ -46,7 +46,7 @@ let
, system ? "i686-linux" , system ? "i686-linux"
}: }:
with import nixpkgs.path {}; with import nixpkgs.path {inherit system;};
let let
@ -58,7 +58,11 @@ let
in in
# Declare the ISO as a build product so that it shows up in Hydra. # 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 ensureDir $out/nix-support
echo "file iso" ${iso}/iso/*.iso* >> $out/nix-support/hydra-build-products echo "file iso" ${iso}/iso/*.iso* >> $out/nix-support/hydra-build-products