mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
sha256sum of files to be uploaded:
$ sha256sum /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/*
50cc72e39274e598fac4fe60e348a53955280228cce20a793c5c6a53020ad236 /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/bootstrap-tools.tar.xz
bb14807aab974965cbd6f766b26edd86a41f5a60b0bff6ca290ae797d4f6fb41 /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/busybox
Suggested commands to upload files to 'tarballs.nixos.org':
$ nix-store --realize /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools
$ aws s3 cp --recursive --acl public-read /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/ s3://nixpkgs-tarballs/stdenv/aarch64-unknown-linux-gnu/a1bab9e494f5f4939442a57a58d0449a109593fe
$ aws s3 cp --recursive s3://nixpkgs-tarballs/stdenv/aarch64-unknown-linux-gnu/a1bab9e494f5f4939442a57a58d0449a109593fe ./
$ sha256sum bootstrap-tools.tar.xz busybox
$ sha256sum /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools/on-server/*
22 lines
1.1 KiB
Nix
22 lines
1.1 KiB
Nix
# Autogenerated by maintainers/scripts/bootstrap-files/refresh-tarballs.bash as:
|
|
# $ ./refresh-tarballs.bash --targets=aarch64-unknown-linux-gnu
|
|
#
|
|
# Metadata:
|
|
# - nixpkgs revision: a1bab9e494f5f4939442a57a58d0449a109593fe
|
|
# - hydra build: https://hydra.nixos.org/job/nixpkgs/trunk/stdenvBootstrapTools.aarch64-unknown-linux-gnu.build/latest
|
|
# - resolved hydra build: https://hydra.nixos.org/build/320107887
|
|
# - instantiated derivation: /nix/store/my3k1v4x0yf5g8rpr2pqya963i0g70wx-stdenv-bootstrap-tools.drv
|
|
# - output directory: /nix/store/fxgpnqqwmjazblv2b2r1qfn9r2py1z9i-stdenv-bootstrap-tools
|
|
# - build time: Fri, 23 Jan 2026 18:16:30 +0000
|
|
{
|
|
bootstrapTools = import <nix/fetchurl.nix> {
|
|
url = "http://tarballs.nixos.org/stdenv/aarch64-unknown-linux-gnu/a1bab9e494f5f4939442a57a58d0449a109593fe/bootstrap-tools.tar.xz";
|
|
hash = "sha256-UMxy45J05Zj6xP5g40ilOVUoAijM4gp5PFxqUwIK0jY=";
|
|
};
|
|
busybox = import <nix/fetchurl.nix> {
|
|
url = "http://tarballs.nixos.org/stdenv/aarch64-unknown-linux-gnu/a1bab9e494f5f4939442a57a58d0449a109593fe/busybox";
|
|
hash = "sha256-LyuqlpB8Oe880+Myj1uhLhDsjpTg7LNO/qIPF1BNHvk=";
|
|
executable = true;
|
|
};
|
|
}
|