summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2023-05-19 17:24:47 -0400
committerGitHub <noreply@github.com>2023-05-19 17:24:47 -0400
commit8f7c43426a2dc5dac9d8aaa4f616c6002ded891d (patch)
tree6199711a3f3546196424808ce8adb4bc8247d2e2
parent983d4ff27074e0b4f165a2d08ba684555d7f1fbd (diff)
parent8ee5a6fcbf8d98936fe1a336ac21ef1f31d28310 (diff)
downloadnixpkgs-8f7c43426a2dc5dac9d8aaa4f616c6002ded891d.tar
nixpkgs-8f7c43426a2dc5dac9d8aaa4f616c6002ded891d.tar.gz
nixpkgs-8f7c43426a2dc5dac9d8aaa4f616c6002ded891d.tar.bz2
nixpkgs-8f7c43426a2dc5dac9d8aaa4f616c6002ded891d.tar.lz
nixpkgs-8f7c43426a2dc5dac9d8aaa4f616c6002ded891d.tar.xz
nixpkgs-8f7c43426a2dc5dac9d8aaa4f616c6002ded891d.tar.zst
nixpkgs-8f7c43426a2dc5dac9d8aaa4f616c6002ded891d.zip
Merge pull request #232883 from alyssais/linux-config-cross
linuxManualConfig: don't ignore cross config errors
-rw-r--r--pkgs/os-specific/linux/kernel/generic.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/generic.nix b/pkgs/os-specific/linux/kernel/generic.nix
index 5a39ef91500..56d89f67c64 100644
--- a/pkgs/os-specific/linux/kernel/generic.nix
+++ b/pkgs/os-specific/linux/kernel/generic.nix
@@ -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