mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
lib/system/architectures: Correct Alder Lake inferiors
This commit is contained in:
parent
4fb15e3c4c
commit
998f1652fb
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue