mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-03-23 22:25:13 +01:00
7 lines
74 B
Nix
7 lines
74 B
Nix
|
{
|
||
|
imports = [
|
||
|
../cpu-only.nix
|
||
|
../../../gpu/intel/haswell
|
||
|
];
|
||
|
}
|