Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 25 lines 884 B view raw
1# 2# Files came from this Hydra build: 3# 4# https://hydra.nixos.org/build/185311909 5# 6# Which used nixpkgs revision 5bd14b3cfe2f87a2e2b074645aba39c69563e4bc 7# to instantiate: 8# 9# /nix/store/184fa520zv8ls9fzcqyfa5dmkp8kf6xr-stdenv-bootstrap-tools-mipsel-unknown-linux-gnu.drv 10# 11# and then built: 12# 13# /nix/store/i46mrzinxi9a5incliwhksmk947ff4wn-stdenv-bootstrap-tools-mipsel-unknown-linux-gnu 14# 15{ 16 busybox = import <nix/fetchurl.nix> { 17 url = "http://tarballs.nixos.org/stdenv-linux/mipsel/5bd14b3cfe2f87a2e2b074645aba39c69563e4bc/busybox"; 18 hash = "sha256-EhuzjL52VEIOfEcFdVGZaDMClQbMc9V9ISrTUNaA7HQ="; 19 executable = true; 20 }; 21 bootstrapTools = import <nix/fetchurl.nix> { 22 url = "http://tarballs.nixos.org/stdenv-linux/mipsel/5bd14b3cfe2f87a2e2b074645aba39c69563e4bc/bootstrap-tools.tar.xz"; 23 hash = "sha256-OEGgLJOLnV+aobsb+P8mY3Dp8qbeVODBH6x3aUE/MGM="; 24 }; 25}