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

This commit is contained in:
Tristan Ross 2024-06-17 16:34:55 -07:00
parent 52b0100d5b
commit ecf6827049
No known key found for this signature in database
GPG Key ID: B09C422035669AF8

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"