mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
radxa/rock-4c-plus: init
This commit is contained in:
committed by
mergify[bot]
parent
52047449bf
commit
68cc7a876b
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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user