1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 02:23:33 +02:00
nixos-hardware/hardkernel/odroid-h3/default.nix
Yannick Mayeur 1ed1234ad6 feat: add initial support for odroid-h3 hardware
This should work for both odroid-h3 and h3+ as they both have a jasper
lake CPU (N5105 and N6005).
2023-09-03 07:20:32 +02:00

8 lines
85 B
Nix

{ config, lib, ... }:
{
imports = [
../../common/cpu/intel/jasper-lake
];
}