mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
8 lines
165 B
Nix
8 lines
165 B
Nix
{ ... }: {
|
|
# Reference to hardware: https://certification.ubuntu.com/hardware/202004-27844
|
|
imports = [
|
|
../common.nix
|
|
../../../../common/cpu/intel
|
|
];
|
|
}
|