We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09405c commit 302d17bCopy full SHA for 302d17b
flake.nix
@@ -61,9 +61,7 @@
61
62
PROTOC = "${pkgs.protobuf}/bin/protoc";
63
#C_INCLUDE_PATH = "${pkgs.clang.cc.lib}/lib/clang/19/include";
64
-
65
- # RocksDB configuration - use system library
66
- ROCKSDB_LIB_DIR = "${pkgs.rocksdb}/lib/";
+
67
OPENSSL_NO_VENDOR = 1;
68
OPENSSL_DIR = "${pkgs.openssl.dev}";
69
OPENSSL_INCLUDE_DIR = "${pkgs.openssl.dev}/include";
0 commit comments