Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 143 B view raw
1{ 2 qtModule, 3 qtbase, 4 qtserialport, 5}: 6 7qtModule { 8 pname = "qtserialbus"; 9 propagatedBuildInputs = [ 10 qtbase 11 qtserialport 12 ]; 13}