split program into multiple files
This commit is contained in:
parent
89bbb229b8
commit
5b3527e9ce
39 changed files with 3897 additions and 261 deletions
|
@ -18,6 +18,9 @@ stdenv.mkDerivation {
|
|||
nlohmann_json
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp clients $out/bin/clients
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue