mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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:
parent
ebd9fb6cf3
commit
41cc6ecdbb
@ -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
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user