devices.hwang: init

This commit is contained in:
2026-01-09 15:16:48 +08:00
parent 5f36b073a7
commit 40aa569024
3 changed files with 21 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
jykang = import ../devices/jykang { inherit inputs localLib; };
wlin = import ../devices/wlin { inherit inputs localLib; };
xmuhk = import ../devices/xmuhk { inherit inputs localLib; };
hwang = import ../devices/hwang { inherit inputs localLib; };
src =
let getDrv = x:
if pkgs.lib.isDerivation x then [ x ]