1 {system ? builtins.currentSystem}:
4 inherit (releaseLib) lib;
5 releaseLib = import ../../top-level/release-lib.nix {
6 # We're not using any functions from release-lib.nix that look at
11 make = crossSystem: import ./make-bootstrap-tools.nix {
12 pkgs = releaseLib.pkgsForCross crossSystem system;
14 in lib.mapAttrs (n: make) (with lib.systems.examples; {
15 # NOTE: Only add platforms for which there are files in `./bootstrap-files`
16 # or for which you plan to request the tarball upload soon. See the
17 # maintainers/scripts/bootstrap-files/README.md
18 # on how to request an upload.
19 # Sort following the sorting in `./default.nix` `bootstrapFiles` argument.
21 x86_64-unknown-freebsd = x86_64-freebsd;