mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
lib/system/architectures: Correct Alder Lake inferiors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user