1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-01 00:29:40 +01:00

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
];
}