radxa/rock-4c-plus: init

This commit is contained in:
ZHANG Yuntian
2025-01-20 17:46:03 +08:00
committed by mergify[bot]
parent 52047449bf
commit 68cc7a876b
6 changed files with 161 additions and 0 deletions

12
radxa/disko.nix Normal file
View File

@@ -0,0 +1,12 @@
{ lib
, pkgs
, config
, ...
}:
let
cfg = config.hardware.radxa;
in {
imports = [
../rockchip/disko.nix
];
}