From ee971d3620f7e638869d63ecd1ff8c2ae5fd4e61 Mon Sep 17 00:00:00 2001 From: Tristan Ross Date: Wed, 8 Jan 2025 18:26:07 -0800 Subject: [PATCH] flake.nix: relax checks after shellcheck filter --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index 9873c1c94971..8510ce7e69bd 100644 --- a/flake.nix +++ b/flake.nix @@ -85,10 +85,6 @@ self.legacyPackages.${system}.stdenv.hostPlatform.isLinux # Exclude power64 due to "libressl is not available on the requested hostPlatform" with hostPlatform being power64 && !self.legacyPackages.${system}.targetPlatform.isPower64 - # Exclude armv6l-linux due to "cannot bootstrap GHC on this platform ('armv6l-linux' with libc 'defaultLibc')" - && system != "armv6l-linux" - # Exclude riscv64-linux due to "cannot bootstrap GHC on this platform ('riscv64-linux' with libc 'defaultLibc')" - && system != "riscv64-linux" ) { # Test that ensures that the nixosSystem function can accept a lib argument