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