cpu/intel: make sure we import the local cpu-only profiles

This commit is contained in:
Jörg Thalheim
2024-10-21 11:02:33 +02:00
parent 6e486f2812
commit 8c3e99bfa5
9 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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