author | Jordan Doyle <jordan@doyle.la> | 2024-01-15 1:45:09.0 +00:00:00 |
---|---|---|
committer | Jordan Doyle <jordan@doyle.la> | 2024-01-15 1:45:09.0 +00:00:00 |
commit | 8afe9caffdf5b28416e487461c7a178d3d3687e6 [patch] |
|
tree | f31b083930745f3954f7a6cc7f134105afac6a0a |
|
parent | 8c365e27732ccbde831b42dc4f6aa4ea7614a9ea |
|
download | 8afe9caffdf5b28416e487461c7a178d3d3687e6.tar.gz |
Fix nix build on Linux
Diff
flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f95eb5c..e4b23d5 100644 --- a/flake.nix +++ a/flake.nix @@ -14,7 +14,7 @@ { defaultPackage = naersk-lib.buildPackage { root = ./.; nativeBuildInputs = with pkgs; [ pkg-config ]; nativeBuildInputs = with pkgs; [ pkg-config clang ]; buildInputs = with pkgs; [ openssl ]; LIBCLANG_PATH = " /lib"; ROCKSDB_LIB_DIR = " /lib";