lib.systems.flakeExposed: exclude systems which are not bootstrapped

(cherry picked from commit ecf6827049)
This commit is contained in:
Tristan Ross 2024-06-17 16:34:55 -07:00 committed by Cole Helbling
parent 27659202e4
commit fb343de825

View File

@ -16,12 +16,12 @@
"armv6l-linux"
"armv7l-linux"
"i686-linux"
"mipsel-linux"
# "mipsel-linux" is excluded because it is not bootstrapped
# Other platforms with sufficient support in stdenv which is not formally
# mandated by their platform tier.
"aarch64-darwin"
"armv5tel-linux"
# "armv5tel-linux" is excluded because it is not bootstrapped
"powerpc64le-linux"
"riscv64-linux"