Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 480 B view raw
1diff --git i/test.sh w/test.sh 2index 4796ff11..a6627fec 100755 3--- i/test.sh 4+++ w/test.sh 5@@ -148,7 +148,7 @@ function do_drogon_ctl_test() 6 -DCMAKE_POLICY_DEFAULT_CMP0091=NEW \ 7 -DCMAKE_CXX_STANDARD=17" 8 fi 9- cmake .. $cmake_gen 10+ cmake .. $cmake_gen -DDrogon_DIR=$out/lib/cmake/Drogon -DTrantor_DIR=$out/lib/cmake/Trantor 11 12 if [ $? -ne 0 ]; then 13 echo "Failed to run CMake for example project"