mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
13 lines
118 B
Nix
13 lines
118 B
Nix
{ lib
|
|
, pkgs
|
|
, config
|
|
, ...
|
|
}:
|
|
let
|
|
cfg = config.hardware.radxa;
|
|
in {
|
|
imports = [
|
|
../rockchip/disko.nix
|
|
];
|
|
}
|