mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
flake.nix: avoid aliased usage of targetPlatform
This commit is contained in:
parent
b7af8dcd4a
commit
981b5f7eb1
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@
|
|||
(
|
||||
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
|
||||
&& !self.legacyPackages.${system}.stdenv.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')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue