Trying to make the nixos-bootstrap-archive (nixos-minimal-archive in other places named) to have an

hydra build product for easy tarball download.


svn path=/nixos/trunk/; revision=22440
This commit is contained in:
Lluís Batlle i Rossell 2010-07-01 17:54:03 +00:00
parent ebd9fb6cf3
commit 41cc6ecdbb

View file

@ -17,4 +17,6 @@ runCommand "nixos-bootstrap-archive" { } ''
$(s ${nixosBootstrap}/bin/nixos-bootstrap )
cat tmp.tar | bzip2 > $out/nixos-install-archive.tar.bz2
ensureDir $out/nix-support
echo "file tarball" $out/nixos-install-archive.tar.bz2 > $out/nix-support/hydra-build-products
''