fix flake and pull in os zstd fixes

This commit is contained in:
2024-04-14 10:57:07 +02:00
parent 195a87b8ab
commit cdd67f4779
3 changed files with 5 additions and 2 deletions

View File

@ -58,6 +58,9 @@
cmakeFlags = [
"-DTOMATO_ASAN=OFF"
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
"-DFETCHCONTENT_SOURCE_DIR_JSON=${pkgs.nlohmann_json.src}" # we care less about version here
# do we really care less about the version? do we need a stable abi?
"-DFETCHCONTENT_SOURCE_DIR_ZSTD=${pkgs.zstd.src}" # TODO: use package instead
];
# TODO: replace with install command