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:
parent
6e486f2812
commit
8c3e99bfa5
9 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
../cpu-only.nix
|
||||
./cpu-only.nix
|
||||
../../../gpu/intel/braswell
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
../cpu-only.nix
|
||||
./cpu-only.nix
|
||||
../../../gpu/intel/broadwell
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
../cpu-only.nix
|
||||
./cpu-only.nix
|
||||
../../../gpu/intel/comet-lake
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
../cpu-only.nix
|
||||
./cpu-only.nix
|
||||
../../../gpu/intel/elkhart-lake
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
../cpu-only.nix
|
||||
./cpu-only.nix
|
||||
../../../gpu/intel/haswell
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
../cpu-only.nix
|
||||
./cpu-only.nix
|
||||
../../../gpu/intel/jasper-lake
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
../cpu-only.nix
|
||||
./cpu-only.nix
|
||||
../../../gpu/intel/kaby-lake
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
../cpu-only.nix
|
||||
./cpu-only.nix
|
||||
../../../gpu/intel/sandy-bridge
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
../cpu-only.nix
|
||||
./cpu-only.nix
|
||||
../../../gpu/intel/tiger-lake
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue