Commit 0848edf7 authored by Artturin's avatar Artturin
Browse files

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

parent 46ecf918
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;