mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
flake.nix: relax checks after shellcheck filter
This commit is contained in:
parent
12647005cb
commit
ee971d3620
1 changed files with 0 additions and 4 deletions
|
@ -85,10 +85,6 @@
|
||||||
self.legacyPackages.${system}.stdenv.hostPlatform.isLinux
|
self.legacyPackages.${system}.stdenv.hostPlatform.isLinux
|
||||||
# Exclude power64 due to "libressl is not available on the requested hostPlatform" with hostPlatform being power64
|
# Exclude power64 due to "libressl is not available on the requested hostPlatform" with hostPlatform being power64
|
||||||
&& !self.legacyPackages.${system}.targetPlatform.isPower64
|
&& !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
|
# Test that ensures that the nixosSystem function can accept a lib argument
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue