lol

maintainers/scripts/bootstrap-files: update darwin information

annalee 1756576c 75ec5287

+3 -11
+3 -11
maintainers/scripts/bootstrap-files/README.md
··· 6 6 - `bootstrap-tools`: an archive with the compiler toolchain and other 7 7 helper tools enough to build the rest of the `nixpkgs`. 8 8 - initial binaries needed to unpack `bootstrap-tools.*`. On `linux` 9 - it's just `busybox`, on `darwin` it's `sh`, `bzip2`, `mkdir` and 10 - `cpio`. These binaries can be executed directly from the store. 9 + it's just `busybox`, on `darwin` it is unpack.nar.xz which contains 10 + the binaries and script needed to unpack the tools. These binaries 11 + can be executed directly from the store. 11 12 12 13 These are called "bootstrap files". 13 14 ··· 74 75 The `.build` job contains `/on-server/` subdirectory with binaries to 75 76 be uploaded to `tarballs.nixos.org`. 76 77 The files are uploaded to `tarballs.nixos.org` by writers to `S3` store. 77 - 78 - ## TODOs 79 - 80 - - `pkgs/stdenv/darwin` file layout is slightly different from 81 - `pkgs/stdenv/linux`. Once `linux` seed update becomes a routine we can 82 - bring `darwin` in sync if it's feasible. 83 - - `darwin` definition of `.build` `on-server/` directory layout differs 84 - and should be updated. 85 -