feat(Intel CoffeeLake): Added support

This commit is contained in:
adjoly
2024-11-15 18:20:54 +01:00
committed by mergify[bot]
parent dd93bef722
commit 0c657fd134
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
imports = [
../cpu-only.nix
];
}

View File

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