1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-01 16:49:40 +01:00
nixos-hardware/common/cpu/intel/jasper-lake/default.nix

7 lines
77 B
Nix
Raw Normal View History

{
imports = [
./cpu-only.nix
../../../gpu/intel/jasper-lake
];
}