diff --git a/flake.nix b/flake.nix index ed97f329..f9c3d1f3 100644 --- a/flake.nix +++ b/flake.nix @@ -45,8 +45,11 @@ nativeBuildInputs = [ rust-toolchain pkgs.pkg-config + ]; + buildInputs = [ pkgs.openssl ]; + LD_LIBRARY_PATH = "${pkgs.openssl.out}/lib"; }; }; };