Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{
2 busybox = import <nix/fetchurl.nix> {
3 url = "http://tarballs.nixos.org/stdenv-linux/aarch64/21ec906463ea8f11abf3f9091ddd4c3276516e58/busybox";
4 executable = true;
5 hash = "sha256-0MuIeQlBUaeisqoFSu8y+8oB6K4ZG5Lhq8RcS9JqkFQ=";
6 };
7 bootstrapTools = import <nix/fetchurl.nix> {
8 url = "http://tarballs.nixos.org/stdenv-linux/aarch64/21ec906463ea8f11abf3f9091ddd4c3276516e58/bootstrap-tools.tar.xz";
9 hash = "sha256-aJvtsWeuQHbb14BGZ2EiOKzjQn46h3x3duuPEawG0eE=";
10 };
11}