From ecf68270492148d085169a1f1e86b4e8a7ace7f9 Mon Sep 17 00:00:00 2001 From: Tristan Ross Date: Mon, 17 Jun 2024 16:34:55 -0700 Subject: lib.systems.flakeExposed: exclude systems which are not bootstrapped --- lib/systems/flake-systems.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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" -- cgit 1.4.1