mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-07 02:18:47 +08:00
common/cpu/intel: add architecture-specific modules
This commit is contained in:
5
common/cpu/intel/jasper-lake/cpu-only.nix
Normal file
5
common/cpu/intel/jasper-lake/cpu-only.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
../cpu-only.nix
|
||||
];
|
||||
}
|
||||
6
common/cpu/intel/jasper-lake/default.nix
Normal file
6
common/cpu/intel/jasper-lake/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
../cpu-only.nix
|
||||
../../../gpu/intel/jasper-lake
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user