From 998f1652fb844bb19e7757e7492d69f6adcf4dfd Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Sun, 13 Oct 2024 12:05:45 +0200 Subject: [PATCH] lib/system/architectures: Correct Alder Lake inferiors --- lib/systems/architectures.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/systems/architectures.nix b/lib/systems/architectures.nix index 87cec7ec89e0..119b99df1bed 100644 --- a/lib/systems/architectures.nix +++ b/lib/systems/architectures.nix @@ -386,8 +386,7 @@ rec { sapphirerapids = [ "tigerlake" ] ++ inferiors.tigerlake; emeraldrapids = [ "sapphirerapids" ] ++ inferiors.sapphirerapids; - # CX16 does not exist on alderlake, while it does on nearly all other intel CPUs - alderlake = [ ]; + alderlake = [ "skylake" ] ++ inferiors.skylake; sierraforest = [ "alderlake" ] ++ inferiors.alderlake; # x86_64 AMD