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