summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2025-04-02 12:16:29 -0700
committerCole Helbling <cole.e.helbling@outlook.com>2025-04-02 12:16:51 -0700
commit89a0c1b7675bb1852e4f9ea2a3f351da754653d0 (patch)
treece20b2b079af2c3c6784a1a09e95b7001d49f23f /flake.nix
parentDon't pass nativeBuildInputs from buildNpmPackage to fetchNpmDeps (#395547) (diff)
downloadnixpkgs-89a0c1b7675bb1852e4f9ea2a3f351da754653d0.tar.gz
Revert "flake: fix `nix flake check --all-systems --no-build` again"
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index c594afafd5f7..a82bb383c062 100644
--- a/flake.nix
+++ b/flake.nix
@@ -107,10 +107,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 because "cannot bootstrap GHC on this platform ('armv6l-linux' with libc 'defaultLibc')"
- && system != "armv6l-linux"
- # Exclude riscv64-linux because "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