fix: added openssl to shell.nix (#560)

This commit is contained in:
Corey 2024-01-17 09:51:43 -05:00 committed by GitHub
parent 90e2210bce
commit d527050633
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ pkgs.mkShell {
rust-bin.stable."1.75.0".default rust-bin.stable."1.75.0".default
clang_14 clang_14
llvmPackages_14.libclang llvmPackages_14.libclang
openssl
]; ];
shellHook = '' shellHook = ''
export LIBCLANG_PATH="${pkgs.llvmPackages_14.libclang.lib}/lib"; export LIBCLANG_PATH="${pkgs.llvmPackages_14.libclang.lib}/lib";