Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes #112086 Fetch bootstrap files built by Hydra and re-add them as FODs to skip currently dangling URLs. They are already available on https://cache.nixos.org https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.aarch64.bootstrapFiles.bootstrapTools -> https://hydra.nixos.org/build/160236233#tabs-details https://hydra.nixos.org/job/nixpkgs/cross-trunk/bootstrapTools.aarch64.bootstrapFiles.busybox -> https://hydra.nixos.org/build/160236429#tabs-details These commands have been run to get the output hashes as FODs: nix store add-file --name bootstrap-tools.tar.xz $(nix-store -r /nix/store/ng2xdavskgqxas6b3n76sn0cay15iyhc-bootstrap-tools.tar.xz --option binary-caches https://cache.nixos.org) nix store add-path --name busybox $(nix-store -r /nix/store/nhzdjh7nh0ggkbgxh7mhw5fmzq0jxaby-busybox --option binary-caches https://cache.nixos.org)
- Loading branch information