split program into multiple files

This commit is contained in:
willifan 2024-11-13 18:00:42 +01:00
parent 89bbb229b8
commit 5b3527e9ce
39 changed files with 3897 additions and 261 deletions

View file

@ -18,6 +18,9 @@ stdenv.mkDerivation {
nlohmann_json
];
cmakeFlags = [
];
installPhase = ''
mkdir -p $out/bin
cp clients $out/bin/clients