mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 10:58:37 +08:00
feat(Intel CoffeeLake): Added support
This commit is contained in:
6
common/cpu/intel/coffee-lake/default.nix
Normal file
6
common/cpu/intel/coffee-lake/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./cpu-only.nix
|
||||
../../../gpu/intel/coffee-lake
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user