mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
bootstrap-tools-cross: Add a note about what should be here
This commit is contained in:
parent
46ecf91843
commit
0848edf7a0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user