bootstrap-tools-cross: Add a note about what should be here

This commit is contained in:
Artturin 2023-10-02 01:30:11 +03:00
parent 46ecf91843
commit 0848edf7a0

View file

@ -12,7 +12,9 @@ let
pkgs = releaseLib.pkgsForCross crossSystem system;
};
in lib.mapAttrs (n: make) (with lib.systems.examples; {
# Sort following the sorting in `pkgs/stdenv/linux/default.nix` `bootstrapFiles` argument.
# NOTE: Only add platforms for which there are files in `./bootstrap-files`.
# Sort following the sorting in `./default.nix` `bootstrapFiles` argument.
armv5tel = sheevaplug;
armv6l = raspberryPi;
armv7l = armv7l-hf-multiplatform;