common/cpu/intel: add architecture-specific modules

This commit is contained in:
Gavin John
2024-10-18 14:29:59 -07:00
committed by mergify[bot]
parent 9fcf30fccf
commit c058019ce1
20 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
imports = [
../cpu-only.nix
../../../gpu/intel/comet-lake
];
}