mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
cpu/intel: make sure we import the local cpu-only profiles
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../cpu-only.nix
|
./cpu-only.nix
|
||||||
../../../gpu/intel/braswell
|
../../../gpu/intel/braswell
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../cpu-only.nix
|
./cpu-only.nix
|
||||||
../../../gpu/intel/broadwell
|
../../../gpu/intel/broadwell
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../cpu-only.nix
|
./cpu-only.nix
|
||||||
../../../gpu/intel/comet-lake
|
../../../gpu/intel/comet-lake
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../cpu-only.nix
|
./cpu-only.nix
|
||||||
../../../gpu/intel/elkhart-lake
|
../../../gpu/intel/elkhart-lake
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../cpu-only.nix
|
./cpu-only.nix
|
||||||
../../../gpu/intel/haswell
|
../../../gpu/intel/haswell
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../cpu-only.nix
|
./cpu-only.nix
|
||||||
../../../gpu/intel/jasper-lake
|
../../../gpu/intel/jasper-lake
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../cpu-only.nix
|
./cpu-only.nix
|
||||||
../../../gpu/intel/kaby-lake
|
../../../gpu/intel/kaby-lake
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../cpu-only.nix
|
./cpu-only.nix
|
||||||
../../../gpu/intel/sandy-bridge
|
../../../gpu/intel/sandy-bridge
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../cpu-only.nix
|
./cpu-only.nix
|
||||||
../../../gpu/intel/tiger-lake
|
../../../gpu/intel/tiger-lake
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user