Files
nixos-hardware/radxa/disko.nix

12 lines
85 B
Nix

{
lib,
pkgs,
config,
...
}:
{
imports = [
../rockchip/disko.nix
];
}