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