nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1#
2# Files came from this Hydra build:
3#
4# https://hydra.nixos.org/build/186237511
5#
6# Which used nixpkgs revision ac43c444780a80e789fd14fe2114acd4a3b5cf9d
7# to instantiate:
8#
9# /nix/store/nhjbza9vlcyhp9zxfz6lwpc3m2ghrpzj-stdenv-bootstrap-tools-powerpc64le-unknown-linux-gnu.drv
10#
11# and then built:
12#
13# /nix/store/fklpm7fy6cp5wz55w0gd8wakyqvzapjx-stdenv-bootstrap-tools-powerpc64le-unknown-linux-gnu
14#
15{
16 busybox = import <nix/fetchurl.nix> {
17 url = "http://tarballs.nixos.org/stdenv-linux/powerpc64le/ac43c444780a80e789fd14fe2114acd4a3b5cf9d/busybox";
18 sha256 = "sha256-jtPEAsht4AUAG4MLK8xocQSfveUR4ppU1lS4bGI1VN4=";
19 executable = true;
20 };
21 bootstrapTools = import <nix/fetchurl.nix> {
22 url = "http://tarballs.nixos.org/stdenv-linux/powerpc64le/ac43c444780a80e789fd14fe2114acd4a3b5cf9d/bootstrap-tools.tar.xz";
23 sha256 = "sha256-MpIDnpZUK3M17qlnuoxfnK0EgxRosm3TMW1WfPZ1+jU=";
24 };
25}