about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorTristan Ross <tristan.ross@midstall.com>2024-06-17 16:34:55 -0700
committerTristan Ross <tristan.ross@midstall.com>2024-06-17 16:34:55 -0700
commitecf68270492148d085169a1f1e86b4e8a7ace7f9 (patch)
tree7c95d10f2d9035aa54ebb7a0bb2943a236b57269 /lib
parent52b0100d5bacce3ce68aa2a3879e2f0629f8e32c (diff)
lib.systems.flakeExposed: exclude systems which are not bootstrapped
Diffstat (limited to 'lib')
-rw-r--r--lib/systems/flake-systems.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/systems/flake-systems.nix b/lib/systems/flake-systems.nix
index b1988c6a4fbb0..a68580ff1407b 100644
--- a/lib/systems/flake-systems.nix
+++ b/lib/systems/flake-systems.nix
@@ -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"