Compare commits

..

1 Commits

Author SHA1 Message Date
cdd67f4779 fix flake and pull in os zstd fixes 2024-04-14 10:57:07 +02:00
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