added intel whiskey lake

This commit is contained in:
Mads Rumle Nordstrøm
2025-03-20 00:05:37 +01:00
committed by mergify[bot]
parent a3f63440fc
commit de6fc55511
6 changed files with 65 additions and 1 deletions

View File

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

View File

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