7 lines
112 B
Nix
7 lines
112 B
Nix
|
{ qtModule, qtbase, qtserialport }:
|
||
|
|
||
|
qtModule {
|
||
|
name = "qtserialbus";
|
||
|
qtInputs = [ qtbase qtserialport ];
|
||
|
}
|