linuxManualConfig: don't ignore cross config errors

All "pc" kernel configurations in lib.systems.examples build fine
without errors when cross compiling.
This commit is contained in:
Alyssa Ross 2023-05-19 19:45:40 +00:00
parent e6e389917a
commit 8ee5a6fcbf
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -47,8 +47,7 @@
# symbolic name and `patch' is the actual patch. The patch may
# optionally be compressed with gzip or bzip2.
kernelPatches ? []
, ignoreConfigErrors ? stdenv.hostPlatform.linux-kernel.name != "pc" ||
stdenv.hostPlatform != stdenv.buildPlatform
, ignoreConfigErrors ? stdenv.hostPlatform.linux-kernel.name != "pc"
, extraMeta ? {}
, isZen ? false