radxa/rock-4c-plus: init
This commit is contained in:
parent
52047449bf
commit
68cc7a876b
6 changed files with 161 additions and 0 deletions
12
radxa/disko.nix
Normal file
12
radxa/disko.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ lib
|
||||
, pkgs
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
cfg = config.hardware.radxa;
|
||||
in {
|
||||
imports = [
|
||||
../rockchip/disko.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue