nixpkgs/pkgs/stdenv/linux/bootstrap/powerpc
Shea Levy 986f361946 linux/bootstrap: Use <nix/fetchurl> to get the static binaries
Since nix-1.4, nix's corepkgs contain a fetchurl suitable for
downloading the bootstrap binaries. Doing this will allow us to have a
nixpkgs with no in-tree binaries without breaking the purity of the
bootstrap (though for now, they are fetched in-tree until the binaries
are added to nixos.org somewhere). As an additional small benefit, the
in-tree binaries do not have to be hashed on every instantiation as they
do now.

The fetchurl in nix-1.2 and 1.3 isn't able to make binaries executable,
so it can't be used for this case. In that case, attempting to build the
bootstrap will show a message asking the user to manually download each
file and add it to the store with nix-store --add (but the hash is
ultimately the same, of course).

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-05 11:30:34 -04:00
..
bash * New (smaller) bootstrap binaries for powerpc. 2006-10-28 13:35:22 +00:00
bzip2 * Bootstrap binaries for powerpc-linux. 2008-01-25 01:34:20 +00:00
cp * Bootstrap binaries for powerpc-linux. 2008-01-25 01:34:20 +00:00
curl.bz2 * Bootstrap binaries for powerpc-linux. 2008-01-25 01:34:20 +00:00
default.nix linux/bootstrap: Use <nix/fetchurl> to get the static binaries 2013-05-05 11:30:34 -04:00
tar.bz2 * Bootstrap binaries for powerpc-linux. 2008-01-25 01:34:20 +00:00