Revert "flake: fix nix flake check --all-systems --no-build again"

This commit is contained in:
Cole Helbling 2025-04-02 12:16:29 -07:00
parent 8215dcb0ec
commit 89a0c1b767
2 changed files with 0 additions and 7 deletions

View file

@ -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