From d527050633e11bb8790a676278e9669bd75beaa4 Mon Sep 17 00:00:00 2001 From: Corey Petty Date: Wed, 17 Jan 2024 09:51:43 -0500 Subject: [PATCH] fix: added openssl to shell.nix (#560) --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 3c7016f5..fc909337 100644 --- a/shell.nix +++ b/shell.nix @@ -20,6 +20,7 @@ pkgs.mkShell { rust-bin.stable."1.75.0".default clang_14 llvmPackages_14.libclang + openssl ]; shellHook = '' export LIBCLANG_PATH="${pkgs.llvmPackages_14.libclang.lib}/lib";