Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ 2 runCommand, 3 python, 4 plotly, 5 pandas, 6 kaleido, 7}: 8 9runCommand "${kaleido.pname}-tests" { 10 nativeBuildInputs = [ 11 python 12 plotly 13 pandas 14 ]; 15} "python3 ${./tests.py}"